BatchJobStatusCollectionOperations Class

Implements

public class BatchJobStatusCollectionOperations extends BasePartnerComponentString implements IBatchJobStatusCollection

Cart collection operations implementation class.

Constructor Summary

Constructor Description
BatchJobStatusCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the BatchJobStatusCollectionOperations class.

Method Summary

Modifier and Type Method and Description
IBatchJobStatus byId(String trackingId)

Retrieves a specific customer's devices batch upload status operations.

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

BatchJobStatusCollectionOperations

public BatchJobStatusCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the BatchJobStatusCollectionOperations class.

Parameters:

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

Method Details

byId

public IBatchJobStatus byId(String trackingId)

Retrieves a specific customer's devices batch upload status operations.

Parameters:

trackingId - The device collection upload tracking id.

Returns:

The customer's devices batch upload status operations.

Applies to