Interface IServiceIncidentCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<ServiceIncidents,ResourceCollection<ServiceIncidents>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
ServiceIncidentCollectionOperations
public interface IServiceIncidentCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<ServiceIncidents,ResourceCollection<ServiceIncidents>>
-
Method Summary
Modifier and Type Method Description ResourceCollection<ServiceIncidents>get(IQuery serviceIncidentsQuery)Retrieves all service incidents.Methods inherited from interface com.microsoft.store.partnercenter.genericoperations.IEntireEntityCollectionRetrievalOperations
getMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
Retrieves all service incidents.- Parameters:
serviceIncidentsQuery- A query to retrieve service incidents based on the active status.- Returns:
- The list of service incidents.
-