public static interface TableFieldLinkConfiguration.Builder extends SdkPojo, CopyableBuilder<TableFieldLinkConfiguration.Builder,TableFieldLinkConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default TableFieldLinkConfiguration.Builder |
content(Consumer<TableFieldLinkContentConfiguration.Builder> content)
The URL content (text, icon) for the table link configuration.
|
TableFieldLinkConfiguration.Builder |
content(TableFieldLinkContentConfiguration content)
The URL content (text, icon) for the table link configuration.
|
TableFieldLinkConfiguration.Builder |
target(String target)
The URL target (new tab, new window, same tab) for the table link configuration.
|
TableFieldLinkConfiguration.Builder |
target(URLTargetConfiguration target)
The URL target (new tab, new window, same tab) for the table link configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableFieldLinkConfiguration.Builder target(String target)
The URL target (new tab, new window, same tab) for the table link configuration.
target - The URL target (new tab, new window, same tab) for the table link configuration.URLTargetConfiguration,
URLTargetConfigurationTableFieldLinkConfiguration.Builder target(URLTargetConfiguration target)
The URL target (new tab, new window, same tab) for the table link configuration.
target - The URL target (new tab, new window, same tab) for the table link configuration.URLTargetConfiguration,
URLTargetConfigurationTableFieldLinkConfiguration.Builder content(TableFieldLinkContentConfiguration content)
The URL content (text, icon) for the table link configuration.
content - The URL content (text, icon) for the table link configuration.default TableFieldLinkConfiguration.Builder content(Consumer<TableFieldLinkContentConfiguration.Builder> content)
The URL content (text, icon) for the table link configuration.
This is a convenience method that creates an instance of theTableFieldLinkContentConfiguration.Builder avoiding the need to create one manually via
TableFieldLinkContentConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to content(TableFieldLinkContentConfiguration).
content - a consumer that will call methods on TableFieldLinkContentConfiguration.Buildercontent(TableFieldLinkContentConfiguration)Copyright © 2023. All rights reserved.