Class WhoisHistoryRecordCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WhoisHistoryRecord,WhoisHistoryRecordCollectionRequestBuilder>
com.microsoft.graph.security.requests.WhoisHistoryRecordCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WhoisHistoryRecordCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WhoisHistoryRecord,WhoisHistoryRecordCollectionRequestBuilder>
The class for the Whois History Record Collection Page.
  • Constructor Details

    • WhoisHistoryRecordCollectionPage

      public WhoisHistoryRecordCollectionPage(@Nonnull WhoisHistoryRecordCollectionResponse response, @Nonnull WhoisHistoryRecordCollectionRequestBuilder builder)
      A collection page for WhoisHistoryRecord
      Parameters:
      response - the serialized WhoisHistoryRecordCollectionResponse from the service
      builder - the request builder for the next collection page
    • WhoisHistoryRecordCollectionPage

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