public static interface ListTablesResponse.Builder extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<ListTablesResponse.Builder,ListTablesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
nextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request.
|
ListTablesResponse.Builder |
tables(Collection<Table> tables)
The list of tables in the workbook.
|
ListTablesResponse.Builder |
tables(Consumer<Table.Builder>... tables)
The list of tables in the workbook.
|
ListTablesResponse.Builder |
tables(Table... tables)
The list of tables in the workbook.
|
ListTablesResponse.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, buildListTablesResponse.Builder tables(Collection<Table> tables)
The list of tables in the workbook.
tables - The list of tables in the workbook.ListTablesResponse.Builder tables(Table... tables)
The list of tables in the workbook.
tables - The list of tables in the workbook.ListTablesResponse.Builder tables(Consumer<Table.Builder>... tables)
The list of tables in the workbook.
This is a convenience method that creates an instance of theTable.Builder avoiding the need to create one
manually via Table.builder().
When the
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.
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.Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tables(List
).
tables - a consumer that will call methods on
Table.Buildertables(java.util.Collection
<Table>
)
nextToken
ListTablesResponse.Builder nextToken(String nextToken)
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.
workbookCursor
ListTablesResponse.Builder workbookCursor(Long workbookCursor)
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.