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 the field IDs that are configured as field options for a table visual.
|
TableFieldOptions.Builder |
order(String... order)
The order of the field IDs that are configured as field options for a table visual.
|
default TableFieldOptions.Builder |
pinnedFieldOptions(Consumer<TablePinnedFieldOptions.Builder> pinnedFieldOptions)
The settings for the pinned columns of a table visual.
|
TableFieldOptions.Builder |
pinnedFieldOptions(TablePinnedFieldOptions pinnedFieldOptions)
The settings for the pinned columns of a table visual.
|
TableFieldOptions.Builder |
selectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The field options to be configured to a table.
|
TableFieldOptions.Builder |
selectedFieldOptions(Consumer<TableFieldOption.Builder>... selectedFieldOptions)
The field options to be configured to a table.
|
TableFieldOptions.Builder |
selectedFieldOptions(TableFieldOption... selectedFieldOptions)
The field options to be configured to a table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableFieldOptions.Builder selectedFieldOptions(Collection<TableFieldOption> selectedFieldOptions)
The field options to be configured to a table.
selectedFieldOptions - The field options to be configured to a table.TableFieldOptions.Builder selectedFieldOptions(TableFieldOption... selectedFieldOptions)
The field options to be configured to a table.
selectedFieldOptions - The field options to be configured to a table.TableFieldOptions.Builder selectedFieldOptions(Consumer<TableFieldOption.Builder>... selectedFieldOptions)
The field options to be configured to a table.
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 the field IDs that are configured as field options for a table visual.
order - The order of the field IDs that are configured as field options for a table visual.TableFieldOptions.Builder order(String... order)
The order of the field IDs that are configured as field options for a table visual.
order - The order of the field IDs that are configured as field options for a table visual.TableFieldOptions.Builder pinnedFieldOptions(TablePinnedFieldOptions pinnedFieldOptions)
The settings for the pinned columns of a table visual.
pinnedFieldOptions - The settings for the pinned columns of a table visual.default TableFieldOptions.Builder pinnedFieldOptions(Consumer<TablePinnedFieldOptions.Builder> pinnedFieldOptions)
The settings for the pinned columns of a table visual.
This is a convenience method that creates an instance of theTablePinnedFieldOptions.Builder avoiding
the need to create one manually via TablePinnedFieldOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to pinnedFieldOptions(TablePinnedFieldOptions).
pinnedFieldOptions - a consumer that will call methods on TablePinnedFieldOptions.BuilderpinnedFieldOptions(TablePinnedFieldOptions)Copyright © 2023. All rights reserved.