Uses of Class
com.oracle.bmc.aianomalydetection.model.InputJobDetails.InputType
-
Packages that use InputJobDetails.InputType Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of InputJobDetails.InputType in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return InputJobDetails.InputType Modifier and Type Method Description static InputJobDetails.InputType
InputJobDetails.InputType. create(String key)
static InputJobDetails.InputType
InputJobDetails.InputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InputJobDetails.InputType[]
InputJobDetails.InputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-