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