Class PassiveDnsRecordCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PassiveDnsRecord,PassiveDnsRecordCollectionRequestBuilder>
com.microsoft.graph.security.requests.PassiveDnsRecordCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PassiveDnsRecordCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PassiveDnsRecord,PassiveDnsRecordCollectionRequestBuilder>
The class for the Passive Dns Record Collection Page.
  • Constructor Details

    • PassiveDnsRecordCollectionPage

      public PassiveDnsRecordCollectionPage(@Nonnull PassiveDnsRecordCollectionResponse response, @Nonnull PassiveDnsRecordCollectionRequestBuilder builder)
      A collection page for PassiveDnsRecord
      Parameters:
      response - the serialized PassiveDnsRecordCollectionResponse from the service
      builder - the request builder for the next collection page
    • PassiveDnsRecordCollectionPage

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