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