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