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