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 Details

    • CustodianCollectionPage

      public CustodianCollectionPage(@Nonnull CustodianCollectionResponse response, @Nonnull CustodianCollectionRequestBuilder builder)
      A collection page for Custodian
      Parameters:
      response - the serialized CustodianCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page