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