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