public static interface PivotTableFieldCollapseStateOption.Builder extends SdkPojo, CopyableBuilder<PivotTableFieldCollapseStateOption.Builder,PivotTableFieldCollapseStateOption>
| Modifier and Type | Method and Description |
|---|---|
PivotTableFieldCollapseStateOption.Builder |
state(PivotTableFieldCollapseState state)
The state of the field target of a pivot table.
|
PivotTableFieldCollapseStateOption.Builder |
state(String state)
The state of the field target of a pivot table.
|
default PivotTableFieldCollapseStateOption.Builder |
target(Consumer<PivotTableFieldCollapseStateTarget.Builder> target)
A tagged-union object that sets the collapse state.
|
PivotTableFieldCollapseStateOption.Builder |
target(PivotTableFieldCollapseStateTarget target)
A tagged-union object that sets the collapse state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableFieldCollapseStateOption.Builder target(PivotTableFieldCollapseStateTarget target)
A tagged-union object that sets the collapse state.
target - A tagged-union object that sets the collapse state.default PivotTableFieldCollapseStateOption.Builder target(Consumer<PivotTableFieldCollapseStateTarget.Builder> target)
A tagged-union object that sets the collapse state.
This is a convenience method that creates an instance of thePivotTableFieldCollapseStateTarget.Builder avoiding the need to create one manually via
PivotTableFieldCollapseStateTarget.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to target(PivotTableFieldCollapseStateTarget).
target - a consumer that will call methods on PivotTableFieldCollapseStateTarget.Buildertarget(PivotTableFieldCollapseStateTarget)PivotTableFieldCollapseStateOption.Builder state(String state)
The state of the field target of a pivot table. Choose one of the following options:
COLLAPSED
EXPANDED
state - The state of the field target of a pivot table. Choose one of the following options:
COLLAPSED
EXPANDED
PivotTableFieldCollapseState,
PivotTableFieldCollapseStatePivotTableFieldCollapseStateOption.Builder state(PivotTableFieldCollapseState state)
The state of the field target of a pivot table. Choose one of the following options:
COLLAPSED
EXPANDED
state - The state of the field target of a pivot table. Choose one of the following options:
COLLAPSED
EXPANDED
PivotTableFieldCollapseState,
PivotTableFieldCollapseStateCopyright © 2023. All rights reserved.