Package com.microsoft.graph.requests
Class DriveItemDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<DriveItem,DriveItemDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.DriveItemDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DriveItemDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<DriveItem,DriveItemDeltaCollectionRequestBuilder>
The class for the Drive Item Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink
-
Constructor Summary
ConstructorsConstructorDescriptionDriveItemDeltaCollectionPage
(DriveItemDeltaCollectionResponse response, DriveItemDeltaCollectionRequestBuilder builder) A collection page for DriveItem.DriveItemDeltaCollectionPage
(List<DriveItem> pageContents, DriveItemDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveItemDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DriveItemDeltaCollectionPage
public DriveItemDeltaCollectionPage(@Nonnull DriveItemDeltaCollectionResponse response, @Nonnull DriveItemDeltaCollectionRequestBuilder builder) A collection page for DriveItem.- Parameters:
response
- The serialized DriveItemDeltaCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
DriveItemDeltaCollectionPage
public DriveItemDeltaCollectionPage(@Nonnull List<DriveItem> pageContents, @Nullable DriveItemDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveItemDelta- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-