Class PermissionGrantCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Permission,PermissionGrantCollectionRequestBuilder>
com.microsoft.graph.requests.PermissionGrantCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PermissionGrantCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Permission,PermissionGrantCollectionRequestBuilder>
The class for the Permission Grant Collection Page.
  • Constructor Details

    • PermissionGrantCollectionPage

      public PermissionGrantCollectionPage(@Nonnull PermissionGrantCollectionResponse response, @Nonnull PermissionGrantCollectionRequestBuilder builder)
      A collection page for Permission.
      Parameters:
      response - The serialized PermissionGrantCollectionResponse from the service
      builder - The request builder for the next collection page
    • PermissionGrantCollectionPage

      public PermissionGrantCollectionPage(@Nonnull List<Permission> pageContents, @Nullable PermissionGrantCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for PermissionGrant
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page