BatchJobStatusOperations Class

Implements

public class BatchJobStatusOperations extends BasePartnerComponent<Tuple<String,String>> implements IBatchJobStatus

Cart collection operations implementation class.

Constructor Summary

Constructor Description
BatchJobStatusOperations(IPartner rootPartnerOperations, String customerId, String trackingId)

Initializes a new instance of the BatchJobStatusOperations class.

Method Summary

Modifier and Type Method and Description
BatchUploadDetails get()

Retrieves the device's batch upload status of the customer.

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

BatchJobStatusOperations

public BatchJobStatusOperations(IPartner rootPartnerOperations, String customerId, String trackingId)

Initializes a new instance of the BatchJobStatusOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - Identifier for the customer.
trackingId - The tracking identifier.

Method Details

get

public BatchUploadDetails get()

Retrieves the device's batch upload status of the customer.

Returns:

The device's batch upload status.

Applies to