Class EdiscoveryCaseCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EdiscoveryCase,EdiscoveryCaseCollectionRequestBuilder>
com.microsoft.graph.security.requests.EdiscoveryCaseCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EdiscoveryCaseCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<EdiscoveryCase,EdiscoveryCaseCollectionRequestBuilder>
The class for the Ediscovery Case Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionEdiscoveryCaseCollectionPage
(EdiscoveryCaseCollectionResponse response, EdiscoveryCaseCollectionRequestBuilder builder) A collection page for EdiscoveryCaseEdiscoveryCaseCollectionPage
(List<EdiscoveryCase> pageContents, EdiscoveryCaseCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EdiscoveryCase -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
EdiscoveryCaseCollectionPage
public EdiscoveryCaseCollectionPage(@Nonnull EdiscoveryCaseCollectionResponse response, @Nonnull EdiscoveryCaseCollectionRequestBuilder builder) A collection page for EdiscoveryCase- Parameters:
response
- the serialized EdiscoveryCaseCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
EdiscoveryCaseCollectionPage
public EdiscoveryCaseCollectionPage(@Nonnull List<EdiscoveryCase> pageContents, @Nullable EdiscoveryCaseCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EdiscoveryCase- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-