Class PermissionCollectionPage

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

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

    • PermissionCollectionPage

      public PermissionCollectionPage(@Nonnull PermissionCollectionResponse response, @Nonnull PermissionCollectionRequestBuilder builder)
      A collection page for Permission
      Parameters:
      response - the serialized PermissionCollectionResponse from the service
      builder - the request builder for the next collection page
    • PermissionCollectionPage

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