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