OrderLineItemLinks Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.orders.OrderLineItemLinks

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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

public OrderLineItemLinks()

Method Details

public Link getActivationLinks()

Gets the activation links for the order line item.

Returns:

The activation links for the order line item.

public Link getAvailability()

Gets the availability link for the order line item.

Returns:

The availability link for the order line item.

public Link getProduct()

Gets the product link for the order line item.

Returns:

The product link for the order line item.

public Link getProvisioningStatus()

Gets the provisioning status link for the order line item.

Returns:

The provisioning status link for the order line item.

public Link getSku()

Gets the SKU link for the order line item.

Returns:

The SKU link for the order line item.

public Link getSubscription()

Gets the subscription link for the order line item.

Returns:

The subscription link for the order line item.

public void setActivationLinks(Link value)

Sets the activation links for the order line item.

Parameters:

value - The activation lLinks for the order line item.

public void setAvailability(Link value)

Sets the availability link for the order line item.

Parameters:

value - The availability link for the order line item.

public void setProduct(Link value)

Sets the product link for the order line item.

Parameters:

value - The product link for the order line item.

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.

public void setSku(Link value)

Sets the SKU link for the order line item.

Parameters:

value - The SKU link for the order line item.

public void setSubscription(Link value)

Sets the subscription link for the order line item.

Parameters:

value - The subscription link for the order line item.

Applies to