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