Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PivotKeys |
build() |
PivotKeys.Builder |
copy(PivotKeys model) |
PivotKeys.Builder |
key(String key)
The key of the object.
|
PivotKeys.Builder |
modelType(String modelType)
The type of the object.
|
PivotKeys.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
PivotKeys.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
PivotKeys.Builder |
parentRef(ParentReference parentRef) |
PivotKeys.Builder |
pivotAxis(List<String> pivotAxis)
The pivot axis is the point around which the table will be rotated, and the pivot values
will be transposed into columns in the output table.
|
PivotKeys.Builder |
pivotKeyValueMap(Map<String,List<String>> pivotKeyValueMap)
Map of alias to pivot key values.
|
public PivotKeys.Builder pivotAxis(List<String> pivotAxis)
The pivot axis is the point around which the table will be rotated, and the pivot values will be transposed into columns in the output table.
pivotAxis
- the value to setpublic PivotKeys.Builder pivotKeyValueMap(Map<String,List<String>> pivotKeyValueMap)
Map of alias to pivot key values.
pivotKeyValueMap
- the value to setpublic PivotKeys.Builder key(String key)
The key of the object.
key
- the value to setpublic PivotKeys.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic PivotKeys.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic PivotKeys.Builder parentRef(ParentReference parentRef)
public PivotKeys.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic PivotKeys build()
public PivotKeys.Builder copy(PivotKeys model)
Copyright © 2016–2024. All rights reserved.