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