Class DriveItemInviteCollectionPage

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

public class DriveItemInviteCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Permission,DriveItemInviteCollectionRequestBuilder>
The class for the Drive Item Invite Collection Page.
  • Constructor Details

    • DriveItemInviteCollectionPage

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

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