Class PassiveDnsRecordCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PassiveDnsRecord,PassiveDnsRecordCollectionRequestBuilder>
com.microsoft.graph.security.requests.PassiveDnsRecordCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PassiveDnsRecordCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<PassiveDnsRecord,PassiveDnsRecordCollectionRequestBuilder>
The class for the Passive Dns Record Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionPassiveDnsRecordCollectionPage(PassiveDnsRecordCollectionResponse response, PassiveDnsRecordCollectionRequestBuilder builder) A collection page for PassiveDnsRecordPassiveDnsRecordCollectionPage(List<PassiveDnsRecord> pageContents, PassiveDnsRecordCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PassiveDnsRecord -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
PassiveDnsRecordCollectionPage
public PassiveDnsRecordCollectionPage(@Nonnull PassiveDnsRecordCollectionResponse response, @Nonnull PassiveDnsRecordCollectionRequestBuilder builder) A collection page for PassiveDnsRecord- Parameters:
response- the serialized PassiveDnsRecordCollectionResponse from the servicebuilder- the request builder for the next collection page
-
PassiveDnsRecordCollectionPage
public PassiveDnsRecordCollectionPage(@Nonnull List<PassiveDnsRecord> pageContents, @Nullable PassiveDnsRecordCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PassiveDnsRecord- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-