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