public static interface PivotTableCellConditionalFormatting.Builder extends SdkPojo, CopyableBuilder<PivotTableCellConditionalFormatting.Builder,PivotTableCellConditionalFormatting>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableCellConditionalFormatting.Builder fieldId(String fieldId)
The field ID of the cell for conditional formatting.
fieldId - The field ID of the cell for conditional formatting.PivotTableCellConditionalFormatting.Builder textFormat(TextConditionalFormat textFormat)
The text format of the cell for conditional formatting.
textFormat - The text format of the cell for conditional formatting.default PivotTableCellConditionalFormatting.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)PivotTableCellConditionalFormatting.Builder scope(PivotTableConditionalFormattingScope scope)
The scope of the cell for conditional formatting.
scope - The scope of the cell for conditional formatting.default PivotTableCellConditionalFormatting.Builder scope(Consumer<PivotTableConditionalFormattingScope.Builder> scope)
The scope of the cell for conditional formatting.
This is a convenience method that creates an instance of thePivotTableConditionalFormattingScope.Builder avoiding the need to create one manually via
PivotTableConditionalFormattingScope.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to scope(PivotTableConditionalFormattingScope).
scope - a consumer that will call methods on PivotTableConditionalFormattingScope.Builderscope(PivotTableConditionalFormattingScope)PivotTableCellConditionalFormatting.Builder scopes(Collection<PivotTableConditionalFormattingScope> scopes)
A list of cell scopes for conditional formatting.
scopes - A list of cell scopes for conditional formatting.PivotTableCellConditionalFormatting.Builder scopes(PivotTableConditionalFormattingScope... scopes)
A list of cell scopes for conditional formatting.
scopes - A list of cell scopes for conditional formatting.PivotTableCellConditionalFormatting.Builder scopes(Consumer<PivotTableConditionalFormattingScope.Builder>... scopes)
A list of cell scopes for conditional formatting.
This is a convenience method that creates an instance of thePivotTableConditionalFormattingScope.Builder
avoiding the need to create one manually via
PivotTableConditionalFormattingScope.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #scopes(List.
scopes - a consumer that will call methods on
PivotTableConditionalFormattingScope.Builder#scopes(java.util.Collection) Copyright © 2023. All rights reserved.