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