Package com.microsoft.graph.requests
Class DriveSharedWithMeCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveSharedWithMeCollectionRequestBuilder>
com.microsoft.graph.requests.DriveSharedWithMeCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DriveSharedWithMeCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveSharedWithMeCollectionRequestBuilder>
The class for the Drive Shared With Me Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDriveSharedWithMeCollectionPage(DriveSharedWithMeCollectionResponse response, DriveSharedWithMeCollectionRequestBuilder builder) A collection page for DriveItem.DriveSharedWithMeCollectionPage(List<DriveItem> pageContents, DriveSharedWithMeCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveSharedWithMe -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details