Uses of Class
com.oracle.bmc.apigateway.model.ApiSpecificationRoute.Methods
-
Packages that use ApiSpecificationRoute.Methods Package Description com.oracle.bmc.apigateway.model -
-
Uses of ApiSpecificationRoute.Methods in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return ApiSpecificationRoute.Methods Modifier and Type Method Description static ApiSpecificationRoute.Methods
ApiSpecificationRoute.Methods. create(String key)
static ApiSpecificationRoute.Methods
ApiSpecificationRoute.Methods. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiSpecificationRoute.Methods[]
ApiSpecificationRoute.Methods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model that return types with arguments of type ApiSpecificationRoute.Methods Modifier and Type Method Description List<ApiSpecificationRoute.Methods>
ApiSpecificationRoute. getMethods()
A list of allowed methods on this route.Method parameters in com.oracle.bmc.apigateway.model with type arguments of type ApiSpecificationRoute.Methods Modifier and Type Method Description ApiSpecificationRoute.Builder
ApiSpecificationRoute.Builder. methods(List<ApiSpecificationRoute.Methods> methods)
A list of allowed methods on this route.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type ApiSpecificationRoute.Methods Constructor Description ApiSpecificationRoute(String path, List<ApiSpecificationRoute.Methods> methods, ApiSpecificationRouteRequestPolicies requestPolicies, ApiSpecificationRouteResponsePolicies responsePolicies, ApiSpecificationLoggingPolicies loggingPolicies, ApiSpecificationRouteBackend backend)
Deprecated.
-