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 Details

    • UserGetManagedAppPoliciesCollectionPage

      public UserGetManagedAppPoliciesCollectionPage(@Nonnull UserGetManagedAppPoliciesCollectionResponse response, @Nonnull UserGetManagedAppPoliciesCollectionRequestBuilder builder)
      A collection page for ManagedAppPolicy.
      Parameters:
      response - The serialized UserGetManagedAppPoliciesCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page