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 Summary
ConstructorsConstructorDescriptionWhoisHistoryRecordCollectionPage(WhoisHistoryRecordCollectionResponse response, WhoisHistoryRecordCollectionRequestBuilder builder) A collection page for WhoisHistoryRecordWhoisHistoryRecordCollectionPage(List<WhoisHistoryRecord> pageContents, WhoisHistoryRecordCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WhoisHistoryRecord -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WhoisHistoryRecordCollectionPage
public WhoisHistoryRecordCollectionPage(@Nonnull WhoisHistoryRecordCollectionResponse response, @Nonnull WhoisHistoryRecordCollectionRequestBuilder builder) A collection page for WhoisHistoryRecord- Parameters:
response- the serialized WhoisHistoryRecordCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-