Class SubdomainCollectionWithReferencesPage

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

public class SubdomainCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<Subdomain,SubdomainCollectionWithReferencesRequestBuilder>
The class for the Subdomain Collection With References Page.
  • Constructor Details

    • SubdomainCollectionWithReferencesPage

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

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