Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionDriveItemInviteCollectionPage
(DriveItemInviteCollectionResponse response, DriveItemInviteCollectionRequestBuilder builder) A collection page for Permission.DriveItemInviteCollectionPage
(List<Permission> pageContents, DriveItemInviteCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveItemInvite -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DriveItemInviteCollectionPage
public DriveItemInviteCollectionPage(@Nonnull DriveItemInviteCollectionResponse response, @Nonnull DriveItemInviteCollectionRequestBuilder builder) A collection page for Permission.- Parameters:
response
- The serialized DriveItemInviteCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-