OrderLinks Class

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

StandardResourceLinks.getSelf() StandardResourceLinks.setSelf(Link value) 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 OrderLinks()

Method Details

public Link getPatchOperation()

Gets the link to the patch operation of an order.

Returns:

The link to the patch operation of an oder.

public Link getProvisioningStatus()

Gets the link to the provisioning status of an order.

Returns:

The link to the provisioning status of an oder.

public void setPatchOperation(Link value)

Sets the link to the patch operation of an order.

Parameters:

value - The link to the patch operation of an order.

public void setProvisioningStatus(Link value)

Sets the link to the provisioning status of an order.

Parameters:

value - The link to the provisioning status of an order.

Applies to