Package com.microsoft.graph.requests
Class UserGetManagedAppPoliciesCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedAppPolicy,UserGetManagedAppPoliciesCollectionRequestBuilder>
com.microsoft.graph.requests.UserGetManagedAppPoliciesCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserGetManagedAppPoliciesCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ManagedAppPolicy,UserGetManagedAppPoliciesCollectionRequestBuilder>
The class for the User Get Managed App Policies Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserGetManagedAppPoliciesCollectionPage(UserGetManagedAppPoliciesCollectionResponse response, UserGetManagedAppPoliciesCollectionRequestBuilder builder) A collection page for ManagedAppPolicy.UserGetManagedAppPoliciesCollectionPage(List<ManagedAppPolicy> pageContents, UserGetManagedAppPoliciesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserGetManagedAppPolicies -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserGetManagedAppPoliciesCollectionPage
public UserGetManagedAppPoliciesCollectionPage(@Nonnull UserGetManagedAppPoliciesCollectionResponse response, @Nonnull UserGetManagedAppPoliciesCollectionRequestBuilder builder) A collection page for ManagedAppPolicy.- Parameters:
response- The serialized UserGetManagedAppPoliciesCollectionResponse from the servicebuilder- The request builder for the next collection page
-
UserGetManagedAppPoliciesCollectionPage
public UserGetManagedAppPoliciesCollectionPage(@Nonnull List<ManagedAppPolicy> pageContents, @Nullable UserGetManagedAppPoliciesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserGetManagedAppPolicies- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-