Package com.microsoft.graph.requests
Class HomeRealmDiscoveryPolicyCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<HomeRealmDiscoveryPolicy,HomeRealmDiscoveryPolicyCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.HomeRealmDiscoveryPolicyCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class HomeRealmDiscoveryPolicyCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<HomeRealmDiscoveryPolicy,HomeRealmDiscoveryPolicyCollectionWithReferencesRequestBuilder>
The class for the Home Realm Discovery Policy Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionHomeRealmDiscoveryPolicyCollectionWithReferencesPage(HomeRealmDiscoveryPolicyCollectionResponse response, HomeRealmDiscoveryPolicyCollectionWithReferencesRequestBuilder builder) A collection page for HomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyCollectionWithReferencesPage(List<HomeRealmDiscoveryPolicy> pageContents, HomeRealmDiscoveryPolicyCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for HomeRealmDiscoveryPolicy -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
HomeRealmDiscoveryPolicyCollectionWithReferencesPage
public HomeRealmDiscoveryPolicyCollectionWithReferencesPage(@Nonnull HomeRealmDiscoveryPolicyCollectionResponse response, @Nullable HomeRealmDiscoveryPolicyCollectionWithReferencesRequestBuilder builder) A collection page for HomeRealmDiscoveryPolicy- Parameters:
response- the serialized HomeRealmDiscoveryPolicyCollectionResponse from the servicebuilder- the request builder for the next collection page
-
HomeRealmDiscoveryPolicyCollectionWithReferencesPage
public HomeRealmDiscoveryPolicyCollectionWithReferencesPage(@Nonnull List<HomeRealmDiscoveryPolicy> pageContents, @Nullable HomeRealmDiscoveryPolicyCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for HomeRealmDiscoveryPolicy- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-