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