Package com.microsoft.graph.requests
Class DriveItemVersionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DriveItemVersion,DriveItemVersionCollectionRequestBuilder>
com.microsoft.graph.requests.DriveItemVersionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DriveItemVersionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DriveItemVersion,DriveItemVersionCollectionRequestBuilder>
The class for the Drive Item Version Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDriveItemVersionCollectionPage
(DriveItemVersionCollectionResponse response, DriveItemVersionCollectionRequestBuilder builder) A collection page for DriveItemVersionDriveItemVersionCollectionPage
(List<DriveItemVersion> pageContents, DriveItemVersionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveItemVersion -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DriveItemVersionCollectionPage
public DriveItemVersionCollectionPage(@Nonnull DriveItemVersionCollectionResponse response, @Nonnull DriveItemVersionCollectionRequestBuilder builder) A collection page for DriveItemVersion- Parameters:
response
- the serialized DriveItemVersionCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
DriveItemVersionCollectionPage
public DriveItemVersionCollectionPage(@Nonnull List<DriveItemVersion> pageContents, @Nullable DriveItemVersionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveItemVersion- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-