public static interface PivotTableFieldCollapseStateTarget.Builder extends SdkPojo, CopyableBuilder<PivotTableFieldCollapseStateTarget.Builder,PivotTableFieldCollapseStateTarget>
| Modifier and Type | Method and Description |
|---|---|
PivotTableFieldCollapseStateTarget.Builder |
fieldDataPathValues(Collection<DataPathValue> fieldDataPathValues)
The data path of the pivot table's header.
|
PivotTableFieldCollapseStateTarget.Builder |
fieldDataPathValues(Consumer<DataPathValue.Builder>... fieldDataPathValues)
The data path of the pivot table's header.
|
PivotTableFieldCollapseStateTarget.Builder |
fieldDataPathValues(DataPathValue... fieldDataPathValues)
The data path of the pivot table's header.
|
PivotTableFieldCollapseStateTarget.Builder |
fieldId(String fieldId)
The field ID of the pivot table that the collapse state needs to be set to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableFieldCollapseStateTarget.Builder fieldId(String fieldId)
The field ID of the pivot table that the collapse state needs to be set to.
fieldId - The field ID of the pivot table that the collapse state needs to be set to.PivotTableFieldCollapseStateTarget.Builder fieldDataPathValues(Collection<DataPathValue> fieldDataPathValues)
The data path of the pivot table's header. Used to set the collapse state.
fieldDataPathValues - The data path of the pivot table's header. Used to set the collapse state.PivotTableFieldCollapseStateTarget.Builder fieldDataPathValues(DataPathValue... fieldDataPathValues)
The data path of the pivot table's header. Used to set the collapse state.
fieldDataPathValues - The data path of the pivot table's header. Used to set the collapse state.PivotTableFieldCollapseStateTarget.Builder fieldDataPathValues(Consumer<DataPathValue.Builder>... fieldDataPathValues)
The data path of the pivot table's header. Used to set the collapse state.
This is a convenience method that creates an instance of theDataPathValue.Builder avoiding the need to create
one manually via DataPathValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #fieldDataPathValues(List.
fieldDataPathValues - a consumer that will call methods on
DataPathValue.Builder#fieldDataPathValues(java.util.Collection) Copyright © 2023. All rights reserved.