Class ExternalDomainNameCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ExternalDomainName,ExternalDomainNameCollectionRequestBuilder>
com.microsoft.graph.requests.ExternalDomainNameCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExternalDomainNameCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ExternalDomainName,ExternalDomainNameCollectionRequestBuilder>
The class for the External Domain Name Collection Page.
  • Constructor Details

    • ExternalDomainNameCollectionPage

      public ExternalDomainNameCollectionPage(@Nonnull ExternalDomainNameCollectionResponse response, @Nonnull ExternalDomainNameCollectionRequestBuilder builder)
      A collection page for ExternalDomainName
      Parameters:
      response - the serialized ExternalDomainNameCollectionResponse from the service
      builder - the request builder for the next collection page
    • ExternalDomainNameCollectionPage

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