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