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 that creates an instance of the.Builder avoiding the need to create one manually via #builder().
When the Consumer completes, .Builder#build() is called immediately and its result is passed to #tables(List
).
- Parameters:
tables - a consumer that will call methods on .Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tables(List
)
-
nextToken
ListTablesResponse.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workbookCursor
ListTablesResponse.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
Copyright © 2021. All rights reserved.