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