Class OrderLinks
java.lang.Object
com.microsoft.store.partnercenter.models.StandardResourceLinks
com.microsoft.store.partnercenter.models.orders.OrderLinks
public class OrderLinks extends StandardResourceLinks
Bundles offer links.
-
Constructor Summary
Constructors Constructor Description OrderLinks() -
Method Summary
Modifier and Type Method Description LinkgetPatchOperation()Gets the link to the patch operation of an order.LinkgetProvisioningStatus()Gets the link to the provisioning status of an order.voidsetPatchOperation(Link value)Sets the link to the patch operation of an order.voidsetProvisioningStatus(Link value)Sets the link to the provisioning status of an order.Methods inherited from class com.microsoft.store.partnercenter.models.StandardResourceLinks
getSelf, setSelf
-
Constructor Details
-
OrderLinks
public OrderLinks()
-
-
Method Details
-
getPatchOperation
Gets the link to the patch operation of an order.- Returns:
- The link to the patch operation of an oder.
-
setPatchOperation
Sets the link to the patch operation of an order.- Parameters:
value- The link to the patch operation of an order.
-
getProvisioningStatus
Gets the link to the provisioning status of an order.- Returns:
- The link to the provisioning status of an oder.
-
setProvisioningStatus
Sets the link to the provisioning status of an order.- Parameters:
value- The link to the provisioning status of an order.
-