public static interface ListTableColumnsResponse.Builder extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<ListTableColumnsResponse.Builder,ListTableColumnsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTableColumnsResponse.Builder |
nextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request.
|
ListTableColumnsResponse.Builder |
tableColumns(Collection<TableColumn> tableColumns)
The list of columns in the table.
|
ListTableColumnsResponse.Builder |
tableColumns(Consumer<TableColumn.Builder>... tableColumns)
The list of columns in the table.
|
ListTableColumnsResponse.Builder |
tableColumns(TableColumn... tableColumns)
The list of columns in the table.
|
ListTableColumnsResponse.Builder |
workbookCursor(Long workbookCursor)
Indicates the cursor of the workbook at which the data returned by this request is read.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTableColumnsResponse.Builder tableColumns(Collection<TableColumn> tableColumns)
The list of columns in the table.
tableColumns - The list of columns in the table.ListTableColumnsResponse.Builder tableColumns(TableColumn... tableColumns)
The list of columns in the table.
tableColumns - The list of columns in the table.ListTableColumnsResponse.Builder tableColumns(Consumer<TableColumn.Builder>... tableColumns)
The list of columns in the table.
This is a convenience method that creates an instance of theTableColumn.Builder avoiding the need to create one
manually via TableColumn.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tableColumns(List.
tableColumns - a consumer that will call methods on
TableColumn.Builder#tableColumns(java.util.Collection) ListTableColumnsResponse.Builder nextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request. If a pagination token is not present in the response, it means that all data matching the request has been loaded.
nextToken - Provides the pagination token to load the next page if there are more results matching the request. If
a pagination token is not present in the response, it means that all data matching the request has
been loaded.ListTableColumnsResponse.Builder workbookCursor(Long workbookCursor)
Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor keeps increasing with every update and the increments are not sequential.
workbookCursor - Indicates the cursor of the workbook at which the data returned by this request is read. Workbook
cursor keeps increasing with every update and the increments are not sequential.Copyright © 2022. All rights reserved.