Uses of Class
com.oracle.bmc.dataintegration.model.FunctionConfigurationDefinition.ModelType
-
Packages that use FunctionConfigurationDefinition.ModelType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of FunctionConfigurationDefinition.ModelType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return FunctionConfigurationDefinition.ModelType Modifier and Type Method Description static FunctionConfigurationDefinition.ModelTypeFunctionConfigurationDefinition.ModelType. create(String key)FunctionConfigurationDefinition.ModelTypeFunctionConfigurationDefinition. getModelType()The type of the object.static FunctionConfigurationDefinition.ModelTypeFunctionConfigurationDefinition.ModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionConfigurationDefinition.ModelType[]FunctionConfigurationDefinition.ModelType. 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 FunctionConfigurationDefinition.ModelType Modifier and Type Method Description FunctionConfigurationDefinition.BuilderFunctionConfigurationDefinition.Builder. modelType(FunctionConfigurationDefinition.ModelType modelType)The type of the object.Constructors in com.oracle.bmc.dataintegration.model with parameters of type FunctionConfigurationDefinition.ModelType Constructor Description FunctionConfigurationDefinition(String key, FunctionConfigurationDefinition.ModelType modelType, String modelVersion, ParentReference parentRef, Boolean isContained, Map<String,ConfigParameterDefinition> configParamDefs)Deprecated.
-