Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static Parameter.OutputAggregationType |
Parameter.OutputAggregationType.create(String key) |
Parameter.OutputAggregationType |
Parameter.getOutputAggregationType()
The output aggregation type.
|
static Parameter.OutputAggregationType |
Parameter.OutputAggregationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.OutputAggregationType[] |
Parameter.OutputAggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Parameter.Builder |
Parameter.Builder.outputAggregationType(Parameter.OutputAggregationType outputAggregationType)
The output aggregation type.
|
Constructor and Description |
---|
Parameter(String key,
String modelVersion,
ParentReference parentRef,
ConfigValues configValues,
Integer objectStatus,
String name,
String description,
Object type,
Object defaultValue,
Object rootObjectDefaultValue,
Boolean isInput,
Boolean isOutput,
Parameter.OutputAggregationType outputAggregationType,
String typeName,
String usedFor)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.