Class DelegatedAdminCustomerCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DelegatedAdminCustomer,DelegatedAdminCustomerCollectionRequestBuilder>
com.microsoft.graph.requests.DelegatedAdminCustomerCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DelegatedAdminCustomerCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DelegatedAdminCustomer,DelegatedAdminCustomerCollectionRequestBuilder>
The class for the Delegated Admin Customer Collection Page.
  • Constructor Details

    • DelegatedAdminCustomerCollectionPage

      public DelegatedAdminCustomerCollectionPage(@Nonnull DelegatedAdminCustomerCollectionResponse response, @Nonnull DelegatedAdminCustomerCollectionRequestBuilder builder)
      A collection page for DelegatedAdminCustomer
      Parameters:
      response - the serialized DelegatedAdminCustomerCollectionResponse from the service
      builder - the request builder for the next collection page
    • DelegatedAdminCustomerCollectionPage

      public DelegatedAdminCustomerCollectionPage(@Nonnull List<DelegatedAdminCustomer> pageContents, @Nullable DelegatedAdminCustomerCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for DelegatedAdminCustomer
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page