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