Class DomainDnsRecordCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DomainDnsRecord,DomainDnsRecordCollectionRequestBuilder>
com.microsoft.graph.requests.DomainDnsRecordCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DomainDnsRecordCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<DomainDnsRecord,DomainDnsRecordCollectionRequestBuilder>
The class for the Domain Dns Record Collection Page.
  • Constructor Details

    • DomainDnsRecordCollectionPage

      public DomainDnsRecordCollectionPage(@Nonnull DomainDnsRecordCollectionResponse response, @Nonnull DomainDnsRecordCollectionRequestBuilder builder)
      A collection page for DomainDnsRecord
      Parameters:
      response - the serialized DomainDnsRecordCollectionResponse from the service
      builder - the request builder for the next collection page
    • DomainDnsRecordCollectionPage

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