Class PermissionGrantPolicyCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PermissionGrantPolicy,PermissionGrantPolicyCollectionRequestBuilder>
com.microsoft.graph.requests.PermissionGrantPolicyCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PermissionGrantPolicyCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PermissionGrantPolicy,PermissionGrantPolicyCollectionRequestBuilder>
The class for the Permission Grant Policy Collection Page.
  • Constructor Details

    • PermissionGrantPolicyCollectionPage

      public PermissionGrantPolicyCollectionPage(@Nonnull PermissionGrantPolicyCollectionResponse response, @Nonnull PermissionGrantPolicyCollectionRequestBuilder builder)
      A collection page for PermissionGrantPolicy
      Parameters:
      response - the serialized PermissionGrantPolicyCollectionResponse from the service
      builder - the request builder for the next collection page
    • PermissionGrantPolicyCollectionPage

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