Class WhoisHistoryRecordCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WhoisHistoryRecord,WhoisHistoryRecordCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.WhoisHistoryRecordCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WhoisHistoryRecordCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<WhoisHistoryRecord,WhoisHistoryRecordCollectionWithReferencesRequestBuilder>
The class for the Whois History Record Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionWhoisHistoryRecordCollectionWithReferencesPage(WhoisHistoryRecordCollectionResponse response, WhoisHistoryRecordCollectionWithReferencesRequestBuilder builder) A collection page for WhoisHistoryRecordWhoisHistoryRecordCollectionWithReferencesPage(List<WhoisHistoryRecord> pageContents, WhoisHistoryRecordCollectionWithReferencesRequestBuilder 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
-
WhoisHistoryRecordCollectionWithReferencesPage
public WhoisHistoryRecordCollectionWithReferencesPage(@Nonnull WhoisHistoryRecordCollectionResponse response, @Nullable WhoisHistoryRecordCollectionWithReferencesRequestBuilder builder) A collection page for WhoisHistoryRecord- Parameters:
response- the serialized WhoisHistoryRecordCollectionResponse from the servicebuilder- the request builder for the next collection page
-
WhoisHistoryRecordCollectionWithReferencesPage
public WhoisHistoryRecordCollectionWithReferencesPage(@Nonnull List<WhoisHistoryRecord> pageContents, @Nullable WhoisHistoryRecordCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for WhoisHistoryRecord- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-