Class WhoisRecordCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WhoisRecord,WhoisRecordCollectionRequestBuilder>
com.microsoft.graph.security.requests.WhoisRecordCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WhoisRecordCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WhoisRecord,WhoisRecordCollectionRequestBuilder>
The class for the Whois Record Collection Page.
  • Constructor Details

    • WhoisRecordCollectionPage

      public WhoisRecordCollectionPage(@Nonnull WhoisRecordCollectionResponse response, @Nonnull WhoisRecordCollectionRequestBuilder builder)
      A collection page for WhoisRecord
      Parameters:
      response - the serialized WhoisRecordCollectionResponse from the service
      builder - the request builder for the next collection page
    • WhoisRecordCollectionPage

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