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 Details

    • get

      ResourceCollection<ServiceIncidents> get​(IQuery serviceIncidentsQuery)
      Retrieves all service incidents.
      Parameters:
      serviceIncidentsQuery - A query to retrieve service incidents based on the active status.
      Returns:
      The list of service incidents.