Class BatchJobStatusOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<Tuple<String,String>>
com.microsoft.store.partnercenter.devicesdeployment.BatchJobStatusOperations
- All Implemented Interfaces:
IBatchJobStatus,IEntityGetOperations<BatchUploadDetails>,IPartnerComponent<Tuple<String,String>>
public class BatchJobStatusOperations extends BasePartnerComponent<Tuple<String,String>> implements IBatchJobStatus
Cart collection operations implementation class.
-
Constructor Summary
Constructors Constructor Description BatchJobStatusOperations(IPartner rootPartnerOperations, String customerId, String trackingId)Initializes a new instance of the BatchJobStatusOperations class. -
Method Summary
Modifier and Type Method Description BatchUploadDetailsget()Retrieves devices batch upload status of the customer.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
-
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
Retrieves devices batch upload status of the customer.- Specified by:
getin interfaceIBatchJobStatus- Specified by:
getin interfaceIEntityGetOperations<BatchUploadDetails>- Returns:
- Devices batch upload status.
-