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