public static interface TableFieldImageConfiguration.Builder extends SdkPojo, CopyableBuilder<TableFieldImageConfiguration.Builder,TableFieldImageConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default TableFieldImageConfiguration.Builder |
sizingOptions(Consumer<TableCellImageSizingConfiguration.Builder> sizingOptions)
The sizing options for the table image configuration.
|
TableFieldImageConfiguration.Builder |
sizingOptions(TableCellImageSizingConfiguration sizingOptions)
The sizing options for the table image configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableFieldImageConfiguration.Builder sizingOptions(TableCellImageSizingConfiguration sizingOptions)
The sizing options for the table image configuration.
sizingOptions - The sizing options for the table image configuration.default TableFieldImageConfiguration.Builder sizingOptions(Consumer<TableCellImageSizingConfiguration.Builder> sizingOptions)
The sizing options for the table image configuration.
This is a convenience method that creates an instance of theTableCellImageSizingConfiguration.Builder avoiding the need to create one manually via
TableCellImageSizingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sizingOptions(TableCellImageSizingConfiguration).
sizingOptions - a consumer that will call methods on TableCellImageSizingConfiguration.BuildersizingOptions(TableCellImageSizingConfiguration)Copyright © 2023. All rights reserved.