OrderProvisioningStatusOperations Class

Implements

public class OrderProvisioningStatusOperations extends BasePartnerComponent<Tuple<String,String>> implements IOrderProvisioningStatus

Implements operations that apply to order provisioning status.

Constructor Summary

Constructor Description
OrderProvisioningStatusOperations(IPartner rootPartnerOperations, String customerId, String orderId)

Initializes a new instance of the OrderProvisioningStatusOperations class.

Method Summary

Modifier and Type Method and Description
ResourceCollection<OrderLineItemProvisioningStatus> get()

Gets the order provisioning status.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() 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

OrderProvisioningStatusOperations

public OrderProvisioningStatusOperations(IPartner rootPartnerOperations, String customerId, String orderId)

Initializes a new instance of the OrderProvisioningStatusOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer identifier.
orderId - The order identifier.

Method Details

get

public ResourceCollection get()

Gets the order provisioning status.

Returns:

The provisioning status for the order.

Applies to