public class DriveItemInviteCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Permission,DriveItemInviteCollectionRequestBuilder>
| Constructor and Description |
|---|
DriveItemInviteCollectionPage(DriveItemInviteCollectionResponse response,
DriveItemInviteCollectionRequestBuilder builder)
A collection page for Permission.
|
DriveItemInviteCollectionPage(java.util.List<Permission> pageContents,
DriveItemInviteCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for DriveItemInvite
|
public DriveItemInviteCollectionPage(@Nonnull
DriveItemInviteCollectionResponse response,
@Nonnull
DriveItemInviteCollectionRequestBuilder builder)
response - The serialized DriveItemInviteCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic DriveItemInviteCollectionPage(@Nonnull
java.util.List<Permission> pageContents,
@Nullable
DriveItemInviteCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page