Class BatchJobStatusCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.devicesdeployment.BatchJobStatusCollectionOperations
- All Implemented Interfaces:
IBatchJobStatusCollection,IEntitySelector<String,IBatchJobStatus>,IPartnerComponent<String>,IPartnerComponentString
public class BatchJobStatusCollectionOperations extends BasePartnerComponentString implements IBatchJobStatusCollection
Cart collection operations implementation class.
-
Constructor Summary
Constructors Constructor Description BatchJobStatusCollectionOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the BatchJobStatusCollectionOperations class. -
Method Summary
Modifier and Type Method Description IBatchJobStatusbyId(String trackingId)Retrieves a specific customer's devices batch upload status operations.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
BatchJobStatusCollectionOperations
Initializes a new instance of the BatchJobStatusCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- Identifier for the customer.
-
-
Method Details
-
byId
Retrieves a specific customer's devices batch upload status operations.- Specified by:
byIdin interfaceIBatchJobStatusCollection- Specified by:
byIdin interfaceIEntitySelector<String,IBatchJobStatus>- Parameters:
trackingId- The device collection upload tracking id.- Returns:
- The customer's devices batch upload status operations.
-