Package com.microsoft.graph.requests
Class DriveRecentCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveRecentCollectionRequestBuilder>
com.microsoft.graph.requests.DriveRecentCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DriveRecentCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DriveItem,DriveRecentCollectionRequestBuilder>
The class for the Drive Recent Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDriveRecentCollectionPage
(DriveRecentCollectionResponse response, DriveRecentCollectionRequestBuilder builder) A collection page for DriveItem.DriveRecentCollectionPage
(List<DriveItem> pageContents, DriveRecentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveRecent -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DriveRecentCollectionPage
public DriveRecentCollectionPage(@Nonnull DriveRecentCollectionResponse response, @Nonnull DriveRecentCollectionRequestBuilder builder) A collection page for DriveItem.- Parameters:
response
- The serialized DriveRecentCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
DriveRecentCollectionPage
public DriveRecentCollectionPage(@Nonnull List<DriveItem> pageContents, @Nullable DriveRecentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveRecent- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-