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