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 Summary
ConstructorsConstructorDescriptionIncidentCollectionPage(IncidentCollectionResponse response, IncidentCollectionRequestBuilder builder) A collection page for IncidentIncidentCollectionPage(List<Incident> pageContents, IncidentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Incident -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
IncidentCollectionPage
public IncidentCollectionPage(@Nonnull IncidentCollectionResponse response, @Nonnull IncidentCollectionRequestBuilder builder) A collection page for Incident- Parameters:
response- the serialized IncidentCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-