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