Interface IBatchJobStatus
- All Superinterfaces:
IEntityGetOperations<BatchUploadDetails>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
BatchJobStatusOperations
public interface IBatchJobStatus extends IPartnerComponent<Tuple<String,String>>, IEntityGetOperations<BatchUploadDetails>
Represents the operations that can be done on the partner's device.
-
Method Summary
Modifier and Type Method Description BatchUploadDetailsget()Retrieves a specific customer devices batch upload status details.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
BatchUploadDetails get()Retrieves a specific customer devices batch upload status details.- Specified by:
getin interfaceIEntityGetOperations<BatchUploadDetails>- Returns:
- The devices batch upload status details.
-