Uses of Class
com.oracle.bmc.dataintegration.model.Parameter.OutputAggregationType
-
Packages that use Parameter.OutputAggregationType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Parameter.OutputAggregationType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Parameter.OutputAggregationType Modifier and Type Method Description static Parameter.OutputAggregationTypeParameter.OutputAggregationType. create(String key)Parameter.OutputAggregationTypeParameter. getOutputAggregationType()The output aggregation type.static Parameter.OutputAggregationTypeParameter.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.Methods in com.oracle.bmc.dataintegration.model with parameters of type Parameter.OutputAggregationType Modifier and Type Method Description Parameter.BuilderParameter.Builder. outputAggregationType(Parameter.OutputAggregationType outputAggregationType)The output aggregation type.Constructors in com.oracle.bmc.dataintegration.model with parameters of type Parameter.OutputAggregationType Constructor 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.
-