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