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