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 Details

  • Method Details

    • getActivationLinks

      public Link getActivationLinks()
      Gets the activation links for the order line item.
      Returns:
      The activation links for the order line item.
    • setActivationLinks

      public void setActivationLinks​(Link value)
      Sets the activation links for the order line item.
      Parameters:
      value - The activation lLinks for the order line item.
    • getAvailability

      public Link getAvailability()
      Gets the availability link for the order line item.
      Returns:
      The availability link for the order line item.
    • setAvailability

      public void setAvailability​(Link value)
      Sets the availability link for the order line item.
      Parameters:
      value - The availability link for the order line item.
    • getProduct

      public Link getProduct()
      Gets the product link for the order line item.
      Returns:
      The product link for the order line item.
    • setProduct

      public void setProduct​(Link value)
      Sets the product link for the order line item.
      Parameters:
      value - The product link for the order line item.
    • getProvisioningStatus

      public Link getProvisioningStatus()
      Gets the provisioning status link for the order line item.
      Returns:
      The provisioning status link for the order line item.
    • setProvisioningStatus

      public void setProvisioningStatus​(Link value)
      Sets the provisioning status link for the order line item.
      Parameters:
      value - The provisioning status link for the order line item.
    • getSku

      public Link getSku()
      Gets the SKU link for the order line item.
      Returns:
      The SKU link for the order line item.
    • setSku

      public void setSku​(Link value)
      Sets the SKU link for the order line item.
      Parameters:
      value - The SKU link for the order line item.
    • getSubscription

      public Link getSubscription()
      Gets the subscription link for the order line item.
      Returns:
      The subscription link for the order line item.
    • setSubscription

      public void setSubscription​(Link value)
      Sets the subscription link for the order line item.
      Parameters:
      value - The subscription link for the order line item.