public static interface PivotTableDataPathOption.Builder extends SdkPojo, CopyableBuilder<PivotTableDataPathOption.Builder,PivotTableDataPathOption>
| Modifier and Type | Method and Description |
|---|---|
PivotTableDataPathOption.Builder |
dataPathList(Collection<DataPathValue> dataPathList)
The list of data path values for the data path options.
|
PivotTableDataPathOption.Builder |
dataPathList(Consumer<DataPathValue.Builder>... dataPathList)
The list of data path values for the data path options.
|
PivotTableDataPathOption.Builder |
dataPathList(DataPathValue... dataPathList)
The list of data path values for the data path options.
|
PivotTableDataPathOption.Builder |
width(String width)
The width of the data path option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableDataPathOption.Builder dataPathList(Collection<DataPathValue> dataPathList)
The list of data path values for the data path options.
dataPathList - The list of data path values for the data path options.PivotTableDataPathOption.Builder dataPathList(DataPathValue... dataPathList)
The list of data path values for the data path options.
dataPathList - The list of data path values for the data path options.PivotTableDataPathOption.Builder dataPathList(Consumer<DataPathValue.Builder>... dataPathList)
The list of data path values for the data path options.
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 #dataPathList(List.
dataPathList - a consumer that will call methods on
DataPathValue.Builder#dataPathList(java.util.Collection) PivotTableDataPathOption.Builder width(String width)
The width of the data path option.
width - The width of the data path option.Copyright © 2023. All rights reserved.