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