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