Interface IBatchJobStatusCollection
- All Superinterfaces:
IEntitySelector<String,IBatchJobStatus>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
BatchJobStatusCollectionOperations
public interface IBatchJobStatusCollection extends IPartnerComponentString, IEntitySelector<String,IBatchJobStatus>
Represents the operations that can be done on the partner's batch upload status collection.
-
Method Summary
Modifier and Type Method Description IBatchJobStatusbyId(String trackingId)Retrieves a specific customer's devices batch upload status behavior.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byId
Retrieves a specific customer's devices batch upload status behavior.- Specified by:
byIdin interfaceIEntitySelector<String,IBatchJobStatus>- Parameters:
trackingId- The tracking identifier.- Returns:
- The customer's devices batch upload status operations.
-