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