Uses of Class
com.oracle.bmc.dataintegration.model.PivotKeys.Builder
-
Packages that use PivotKeys.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of PivotKeys.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PivotKeys.Builder Modifier and Type Method Description static PivotKeys.Builder
PivotKeys. builder()
Create a new builder.PivotKeys.Builder
PivotKeys.Builder. copy(PivotKeys model)
PivotKeys.Builder
PivotKeys.Builder. key(String key)
The key of the object.PivotKeys.Builder
PivotKeys.Builder. modelType(String modelType)
The type of the object.PivotKeys.Builder
PivotKeys.Builder. modelVersion(String modelVersion)
The model version of an object.PivotKeys.Builder
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
PivotKeys.Builder. parentRef(ParentReference parentRef)
PivotKeys.Builder
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
PivotKeys.Builder. pivotKeyValueMap(Map<String,List<String>> pivotKeyValueMap)
Map of alias to pivot key values.PivotKeys.Builder
PivotKeys. toBuilder()
-