public static interface ListTableRowsResponse.Builder extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<ListTableRowsResponse.Builder,ListTableRowsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTableRowsResponse.Builder |
columnIds(Collection<String> columnIds)
The list of columns in the table whose row data is returned in the result.
|
ListTableRowsResponse.Builder |
columnIds(String... columnIds)
The list of columns in the table whose row data is returned in the result.
|
ListTableRowsResponse.Builder |
nextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request.
|
ListTableRowsResponse.Builder |
rowIdsNotFound(Collection<String> rowIdsNotFound)
The list of row ids included in the request that were not found in the table.
|
ListTableRowsResponse.Builder |
rowIdsNotFound(String... rowIdsNotFound)
The list of row ids included in the request that were not found in the table.
|
ListTableRowsResponse.Builder |
rows(Collection<TableRow> rows)
The list of rows in the table.
|
ListTableRowsResponse.Builder |
rows(Consumer<TableRow.Builder>... rows)
The list of rows in the table.
|
ListTableRowsResponse.Builder |
rows(TableRow... rows)
The list of rows in the table.
|
ListTableRowsResponse.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, buildListTableRowsResponse.Builder columnIds(Collection<String> columnIds)
The list of columns in the table whose row data is returned in the result.
columnIds - The list of columns in the table whose row data is returned in the result.ListTableRowsResponse.Builder columnIds(String... columnIds)
The list of columns in the table whose row data is returned in the result.
columnIds - The list of columns in the table whose row data is returned in the result.ListTableRowsResponse.Builder rows(Collection<TableRow> rows)
The list of rows in the table. Note that this result is paginated, so this list contains a maximum of 100 rows.
rows - The list of rows in the table. Note that this result is paginated, so this list contains a maximum of
100 rows.ListTableRowsResponse.Builder rows(TableRow... rows)
The list of rows in the table. Note that this result is paginated, so this list contains a maximum of 100 rows.
rows - The list of rows in the table. Note that this result is paginated, so this list contains a maximum of
100 rows.ListTableRowsResponse.Builder rows(Consumer<TableRow.Builder>... rows)
The list of rows in the table. Note that this result is paginated, so this list contains a maximum of 100 rows.
This is a convenience method that creates an instance of theTableRow.Builder avoiding the need to create one
manually via TableRow.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #rows(List.
rows - a consumer that will call methods on
TableRow.Builder#rows(java.util.Collection) ListTableRowsResponse.Builder rowIdsNotFound(Collection<String> rowIdsNotFound)
The list of row ids included in the request that were not found in the table.
rowIdsNotFound - The list of row ids included in the request that were not found in the table.ListTableRowsResponse.Builder rowIdsNotFound(String... rowIdsNotFound)
The list of row ids included in the request that were not found in the table.
rowIdsNotFound - The list of row ids included in the request that were not found in the table.ListTableRowsResponse.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.ListTableRowsResponse.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.