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