Class ServiceIncidentCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.serviceincidents.ServiceIncidentCollectionOperations
- All Implemented Interfaces:
IEntireEntityCollectionRetrievalOperations<ServiceIncidents,ResourceCollection<ServiceIncidents>>,IPartnerComponent<String>,IPartnerComponentString,IServiceIncidentCollection
public class ServiceIncidentCollectionOperations extends BasePartnerComponentString implements IServiceIncidentCollection
Service incident collection operations implementation class.
-
Constructor Summary
Constructors Constructor Description ServiceIncidentCollectionOperations(IPartner rootPartnerOperations)Initializes a new instance of the ServiceIncidentCollectionOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<ServiceIncidents>get()Gets the list of service incidents.ResourceCollection<ServiceIncidents>get(IQuery serviceIncidentsQuery)Retrieves all service incidents.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
-
ServiceIncidentCollectionOperations
Initializes a new instance of the ServiceIncidentCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
get
Gets the list of service incidents.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<ServiceIncidents,ResourceCollection<ServiceIncidents>>- Returns:
- The entities.
-
get
Retrieves all service incidents.- Specified by:
getin interfaceIServiceIncidentCollection- Parameters:
serviceIncidentsQuery- A query to retrieve service incidents based on the active status.- Returns:
- The list of service incidents.
-