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