Package com.microsoft.graph.requests
Class SharedDriveItemCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SharedDriveItem,SharedDriveItemCollectionRequestBuilder>
com.microsoft.graph.requests.SharedDriveItemCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SharedDriveItemCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SharedDriveItem,SharedDriveItemCollectionRequestBuilder>
The class for the Shared Drive Item Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSharedDriveItemCollectionPage(SharedDriveItemCollectionResponse response, SharedDriveItemCollectionRequestBuilder builder) A collection page for SharedDriveItemSharedDriveItemCollectionPage(List<SharedDriveItem> pageContents, SharedDriveItemCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SharedDriveItem -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details