public static interface TableFieldOptions.Builder extends SdkPojo, CopyableBuilder<TableFieldOptions.Builder,TableFieldOptions>
| Modifier and Type | Method and Description |
|---|---|
TableFieldOptions.Builder |
order(Collection<String> order)
The order of field IDs of the field options for a table visual.
|
TableFieldOptions.Builder |
order(String... order)
The order of field IDs of the field options for a table visual.
|
TableFieldOptions.Builder |
selectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The selected field options for the table field options.
|
TableFieldOptions.Builder |
selectedFieldOptions(Consumer<TableFieldOption.Builder>... selectedFieldOptions)
The selected field options for the table field options.
|
TableFieldOptions.Builder |
selectedFieldOptions(TableFieldOption... selectedFieldOptions)
The selected field options for the table field options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableFieldOptions.Builder selectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The selected field options for the table field options.
selectedFieldOptions - The selected field options for the table field options.TableFieldOptions.Builder selectedFieldOptions(TableFieldOption... selectedFieldOptions)
The selected field options for the table field options.
selectedFieldOptions - The selected field options for the table field options.TableFieldOptions.Builder selectedFieldOptions(Consumer<TableFieldOption.Builder>... selectedFieldOptions)
The selected field options for the table field options.
This is a convenience method that creates an instance of theTableFieldOption.Builder avoiding the need to create
one manually via TableFieldOption.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #selectedFieldOptions(List.
selectedFieldOptions - a consumer that will call methods on
TableFieldOption.Builder#selectedFieldOptions(java.util.Collection) TableFieldOptions.Builder order(Collection<String> order)
The order of field IDs of the field options for a table visual.
order - The order of field IDs of the field options for a table visual.TableFieldOptions.Builder order(String... order)
The order of field IDs of the field options for a table visual.
order - The order of field IDs of the field options for a table visual.Copyright © 2023. All rights reserved.