public class DomainCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Domain,DomainCollectionRequestBuilder>
Constructor and Description |
---|
DomainCollectionPage(DomainCollectionResponse response,
DomainCollectionRequestBuilder builder)
A collection page for Domain
|
DomainCollectionPage(java.util.List<Domain> pageContents,
DomainCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Domain
|
public DomainCollectionPage(@Nonnull DomainCollectionResponse response, @Nonnull DomainCollectionRequestBuilder builder)
response
- the serialized DomainCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic DomainCollectionPage(@Nonnull java.util.List<Domain> pageContents, @Nullable DomainCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page