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