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