Class SubdomainCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Subdomain,SubdomainCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.SubdomainCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SubdomainCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<Subdomain,SubdomainCollectionWithReferencesRequestBuilder>
The class for the Subdomain Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSubdomainCollectionWithReferencesPage(SubdomainCollectionResponse response, SubdomainCollectionWithReferencesRequestBuilder builder) A collection page for SubdomainSubdomainCollectionWithReferencesPage(List<Subdomain> pageContents, SubdomainCollectionWithReferencesRequestBuilder 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
-
SubdomainCollectionWithReferencesPage
public SubdomainCollectionWithReferencesPage(@Nonnull SubdomainCollectionResponse response, @Nullable SubdomainCollectionWithReferencesRequestBuilder builder) A collection page for Subdomain- Parameters:
response- the serialized SubdomainCollectionResponse from the servicebuilder- the request builder for the next collection page
-
SubdomainCollectionWithReferencesPage
public SubdomainCollectionWithReferencesPage(@Nonnull List<Subdomain> pageContents, @Nullable SubdomainCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for Subdomain- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-