Class IncidentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Incident,IncidentCollectionRequestBuilder>
com.microsoft.graph.security.requests.IncidentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class IncidentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Incident,IncidentCollectionRequestBuilder>
The class for the Incident Collection Page.
  • Constructor Details

    • IncidentCollectionPage

      public IncidentCollectionPage(@Nonnull IncidentCollectionResponse response, @Nonnull IncidentCollectionRequestBuilder builder)
      A collection page for Incident
      Parameters:
      response - the serialized IncidentCollectionResponse from the service
      builder - the request builder for the next collection page
    • IncidentCollectionPage

      public IncidentCollectionPage(@Nonnull List<Incident> pageContents, @Nullable IncidentCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for Incident
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page