Class ManagedAppPolicyCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedAppPolicy,ManagedAppPolicyCollectionRequestBuilder>
com.microsoft.graph.requests.ManagedAppPolicyCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ManagedAppPolicyCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ManagedAppPolicy,ManagedAppPolicyCollectionRequestBuilder>
The class for the Managed App Policy Collection Page.
  • Constructor Details

    • ManagedAppPolicyCollectionPage

      public ManagedAppPolicyCollectionPage(@Nonnull ManagedAppPolicyCollectionResponse response, @Nonnull ManagedAppPolicyCollectionRequestBuilder builder)
      A collection page for ManagedAppPolicy
      Parameters:
      response - the serialized ManagedAppPolicyCollectionResponse from the service
      builder - the request builder for the next collection page
    • ManagedAppPolicyCollectionPage

      public ManagedAppPolicyCollectionPage(@Nonnull List<ManagedAppPolicy> pageContents, @Nullable ManagedAppPolicyCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for ManagedAppPolicy
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page