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