public static interface TableFieldLinkContentConfiguration.Builder extends SdkPojo, CopyableBuilder<TableFieldLinkContentConfiguration.Builder,TableFieldLinkContentConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default TableFieldLinkContentConfiguration.Builder |
customIconContent(Consumer<TableFieldCustomIconContent.Builder> customIconContent)
The custom icon content for the table link content configuration.
|
TableFieldLinkContentConfiguration.Builder |
customIconContent(TableFieldCustomIconContent customIconContent)
The custom icon content for the table link content configuration.
|
default TableFieldLinkContentConfiguration.Builder |
customTextContent(Consumer<TableFieldCustomTextContent.Builder> customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
|
TableFieldLinkContentConfiguration.Builder |
customTextContent(TableFieldCustomTextContent customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableFieldLinkContentConfiguration.Builder customTextContent(TableFieldCustomTextContent customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
customTextContent - The custom text content (value, font configuration) for the table link content configuration.default TableFieldLinkContentConfiguration.Builder customTextContent(Consumer<TableFieldCustomTextContent.Builder> customTextContent)
The custom text content (value, font configuration) for the table link content configuration.
This is a convenience method that creates an instance of theTableFieldCustomTextContent.Builder
avoiding the need to create one manually via TableFieldCustomTextContent.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to customTextContent(TableFieldCustomTextContent).
customTextContent - a consumer that will call methods on TableFieldCustomTextContent.BuildercustomTextContent(TableFieldCustomTextContent)TableFieldLinkContentConfiguration.Builder customIconContent(TableFieldCustomIconContent customIconContent)
The custom icon content for the table link content configuration.
customIconContent - The custom icon content for the table link content configuration.default TableFieldLinkContentConfiguration.Builder customIconContent(Consumer<TableFieldCustomIconContent.Builder> customIconContent)
The custom icon content for the table link content configuration.
This is a convenience method that creates an instance of theTableFieldCustomIconContent.Builder
avoiding the need to create one manually via TableFieldCustomIconContent.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to customIconContent(TableFieldCustomIconContent).
customIconContent - a consumer that will call methods on TableFieldCustomIconContent.BuildercustomIconContent(TableFieldCustomIconContent)Copyright © 2023. All rights reserved.