OrderLineItemLinks Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. orders. OrderLineItemLinks
- com.
public class OrderLineItemLinks
Bundles the links for an order line item.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OrderLineItemLinks() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Link |
getActivationLinks()
Gets the activation links for the order line item. |
| Link |
getAvailability()
Gets the availability link for the order line item. |
| Link |
getProduct()
Gets the product link for the order line item. |
| Link |
getProvisioningStatus()
Gets the provisioning status link for the order line item. |
| Link |
getSku()
Gets the SKU link for the order line item. |
| Link |
getSubscription()
Gets the subscription link for the order line item. |
| void |
setActivationLinks(Link value)
Sets the activation links for the order line item. |
| void |
setAvailability(Link value)
Sets the availability link for the order line item. |
| void |
setProduct(Link value)
Sets the product link for the order line item. |
| void |
setProvisioningStatus(Link value)
Sets the provisioning status link for the order line item. |
| void |
setSku(Link value)
Sets the SKU link for the order line item. |
| void |
setSubscription(Link value)
Sets the subscription link for the order line item. |
Inherited Members
Constructor Details
OrderLineItemLinks
public OrderLineItemLinks()
Method Details
getActivationLinks
public Link getActivationLinks()
Gets the activation links for the order line item.
Returns:
getAvailability
public Link getAvailability()
Gets the availability link for the order line item.
Returns:
getProduct
public Link getProduct()
Gets the product link for the order line item.
Returns:
getProvisioningStatus
public Link getProvisioningStatus()
Gets the provisioning status link for the order line item.
Returns:
getSku
public Link getSku()
Gets the SKU link for the order line item.
Returns:
getSubscription
public Link getSubscription()
Gets the subscription link for the order line item.
Returns:
setActivationLinks
public void setActivationLinks(Link value)
Sets the activation links for the order line item.
Parameters:
setAvailability
public void setAvailability(Link value)
Sets the availability link for the order line item.
Parameters:
setProduct
public void setProduct(Link value)
Sets the product link for the order line item.
Parameters:
setProvisioningStatus
public void setProvisioningStatus(Link value)
Sets the provisioning status link for the order line item.
Parameters:
setSku
public void setSku(Link value)
Sets the SKU link for the order line item.
Parameters:
setSubscription
public void setSubscription(Link value)
Sets the subscription link for the order line item.
Parameters: