Package com.microsoft.graph.requests
Class WorkbookRangeViewCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookRangeView,WorkbookRangeViewCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookRangeViewCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkbookRangeViewCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<WorkbookRangeView,WorkbookRangeViewCollectionRequestBuilder>
The class for the Workbook Range View Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookRangeViewCollectionPage
(WorkbookRangeViewCollectionResponse response, WorkbookRangeViewCollectionRequestBuilder builder) A collection page for WorkbookRangeViewWorkbookRangeViewCollectionPage
(List<WorkbookRangeView> pageContents, WorkbookRangeViewCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookRangeView -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WorkbookRangeViewCollectionPage
public WorkbookRangeViewCollectionPage(@Nonnull WorkbookRangeViewCollectionResponse response, @Nonnull WorkbookRangeViewCollectionRequestBuilder builder) A collection page for WorkbookRangeView- Parameters:
response
- the serialized WorkbookRangeViewCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
WorkbookRangeViewCollectionPage
public WorkbookRangeViewCollectionPage(@Nonnull List<WorkbookRangeView> pageContents, @Nullable WorkbookRangeViewCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookRangeView- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-