Class SubdomainCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Subdomain,SubdomainCollectionRequestBuilder>
com.microsoft.graph.security.requests.SubdomainCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SubdomainCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Subdomain,SubdomainCollectionRequestBuilder>
The class for the Subdomain Collection Page.
  • Constructor Details

    • SubdomainCollectionPage

      public SubdomainCollectionPage(@Nonnull SubdomainCollectionResponse response, @Nonnull SubdomainCollectionRequestBuilder builder)
      A collection page for Subdomain
      Parameters:
      response - the serialized SubdomainCollectionResponse from the service
      builder - the request builder for the next collection page
    • SubdomainCollectionPage

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