Class OrderLineItemLinks
java.lang.Object
com.microsoft.store.partnercenter.models.orders.OrderLineItemLinks
public class OrderLineItemLinks extends Object
Bundles the links for an order line item.
-
Constructor Summary
Constructors Constructor Description OrderLineItemLinks() -
Method Summary
Modifier and Type Method Description LinkgetActivationLinks()Gets the activation links for the order line item.LinkgetAvailability()Gets the availability link for the order line item.LinkgetProduct()Gets the product link for the order line item.LinkgetProvisioningStatus()Gets the provisioning status link for the order line item.LinkgetSku()Gets the SKU link for the order line item.LinkgetSubscription()Gets the subscription link for the order line item.voidsetActivationLinks(Link value)Sets the activation links for the order line item.voidsetAvailability(Link value)Sets the availability link for the order line item.voidsetProduct(Link value)Sets the product link for the order line item.voidsetProvisioningStatus(Link value)Sets the provisioning status link for the order line item.voidsetSku(Link value)Sets the SKU link for the order line item.voidsetSubscription(Link value)Sets the subscription link for the order line item.
-
Constructor Details
-
OrderLineItemLinks
public OrderLineItemLinks()
-
-
Method Details
-
getActivationLinks
Gets the activation links for the order line item.- Returns:
- The activation links for the order line item.
-
setActivationLinks
Sets the activation links for the order line item.- Parameters:
value- The activation lLinks for the order line item.
-
getAvailability
Gets the availability link for the order line item.- Returns:
- The availability link for the order line item.
-
setAvailability
Sets the availability link for the order line item.- Parameters:
value- The availability link for the order line item.
-
getProduct
Gets the product link for the order line item.- Returns:
- The product link for the order line item.
-
setProduct
Sets the product link for the order line item.- Parameters:
value- The product link for the order line item.
-
getProvisioningStatus
Gets the provisioning status link for the order line item.- Returns:
- The provisioning status link for the order line item.
-
setProvisioningStatus
Sets the provisioning status link for the order line item.- Parameters:
value- The provisioning status link for the order line item.
-
getSku
Gets the SKU link for the order line item.- Returns:
- The SKU link for the order line item.
-
setSku
Sets the SKU link for the order line item.- Parameters:
value- The SKU link for the order line item.
-
getSubscription
Gets the subscription link for the order line item.- Returns:
- The subscription link for the order line item.
-
setSubscription
Sets the subscription link for the order line item.- Parameters:
value- The subscription link for the order line item.
-