public static interface TableCellConditionalFormatting.Builder extends SdkPojo, CopyableBuilder<TableCellConditionalFormatting.Builder,TableCellConditionalFormatting>
| Modifier and Type | Method and Description |
|---|---|
TableCellConditionalFormatting.Builder |
fieldId(String fieldId)
The field ID of the cell for conditional formatting.
|
default TableCellConditionalFormatting.Builder |
textFormat(Consumer<TextConditionalFormat.Builder> textFormat)
The text format of the cell for conditional formatting.
|
TableCellConditionalFormatting.Builder |
textFormat(TextConditionalFormat textFormat)
The text format of the cell for conditional formatting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableCellConditionalFormatting.Builder fieldId(String fieldId)
The field ID of the cell for conditional formatting.
fieldId - The field ID of the cell for conditional formatting.TableCellConditionalFormatting.Builder textFormat(TextConditionalFormat textFormat)
The text format of the cell for conditional formatting.
textFormat - The text format of the cell for conditional formatting.default TableCellConditionalFormatting.Builder textFormat(Consumer<TextConditionalFormat.Builder> textFormat)
The text format of the cell for conditional formatting.
This is a convenience method that creates an instance of theTextConditionalFormat.Builder avoiding
the need to create one manually via TextConditionalFormat.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to textFormat(TextConditionalFormat).
textFormat - a consumer that will call methods on TextConditionalFormat.BuildertextFormat(TextConditionalFormat)Copyright © 2023. All rights reserved.