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