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