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