Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and 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() |
Copyright © 2016–2024. All rights reserved.