OrderLinks Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. StandardResourceLinks - com.
microsoft. store. partnercenter. models. orders. OrderLinks
- com.
- com.
public class OrderLinks extends StandardResourceLinks
Bundles offer links.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OrderLinks() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Link |
getPatchOperation()
Gets the link to the patch operation of an order. |
| Link |
getProvisioningStatus()
Gets the link to the provisioning status of an order. |
| void |
setPatchOperation(Link value)
Sets the link to the patch operation of an order. |
| void |
setProvisioningStatus(Link value)
Sets the link to the provisioning status of an order. |
Inherited Members
Constructor Details
OrderLinks
public OrderLinks()
Method Details
getPatchOperation
public Link getPatchOperation()
Gets the link to the patch operation of an order.
Returns:
getProvisioningStatus
public Link getProvisioningStatus()
Gets the link to the provisioning status of an order.
Returns:
setPatchOperation
public void setPatchOperation(Link value)
Sets the link to the patch operation of an order.
Parameters:
setProvisioningStatus
public void setProvisioningStatus(Link value)
Sets the link to the provisioning status of an order.
Parameters: