Class DomainCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Domain,DomainCollectionRequestBuilder>
com.microsoft.graph.requests.DomainCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DomainCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Domain,DomainCollectionRequestBuilder>
The class for the Domain Collection Page.
  • Constructor Details

    • DomainCollectionPage

      public DomainCollectionPage(@Nonnull DomainCollectionResponse response, @Nonnull DomainCollectionRequestBuilder builder)
      A collection page for Domain
      Parameters:
      response - the serialized DomainCollectionResponse from the service
      builder - the request builder for the next collection page
    • DomainCollectionPage

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