public static interface TableFieldCustomTextContent.Builder extends SdkPojo, CopyableBuilder<TableFieldCustomTextContent.Builder,TableFieldCustomTextContent>
Modifier and Type | Method and Description |
---|---|
default TableFieldCustomTextContent.Builder |
fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the custom text content for the table URL link content.
|
TableFieldCustomTextContent.Builder |
fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the custom text content for the table URL link content.
|
TableFieldCustomTextContent.Builder |
value(String value)
The string value of the custom text content for the table URL link content.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TableFieldCustomTextContent.Builder value(String value)
The string value of the custom text content for the table URL link content.
value
- The string value of the custom text content for the table URL link content.TableFieldCustomTextContent.Builder fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the custom text content for the table URL link content.
fontConfiguration
- The font configuration of the custom text content for the table URL link content.default TableFieldCustomTextContent.Builder fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the custom text content for the table URL link content.
This is a convenience method that creates an instance of theFontConfiguration.Builder
avoiding the
need to create one manually via FontConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to fontConfiguration(FontConfiguration)
.
fontConfiguration
- a consumer that will call methods on FontConfiguration.Builder
fontConfiguration(FontConfiguration)
Copyright © 2023. All rights reserved.