Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ApiSpecificationRoute.Methods> |
ApiSpecificationRoute.getMethods()
A list of allowed methods on this route.
|
Modifier and Type | Method and Description |
---|---|
ApiSpecificationRoute.Builder |
ApiSpecificationRoute.Builder.methods(List<ApiSpecificationRoute.Methods> methods)
A list of allowed methods on this route.
|
Constructor and Description |
---|
ApiSpecificationRoute(String path,
List<ApiSpecificationRoute.Methods> methods,
ApiSpecificationRouteRequestPolicies requestPolicies,
ApiSpecificationRouteResponsePolicies responsePolicies,
ApiSpecificationLoggingPolicies loggingPolicies,
ApiSpecificationRouteBackend backend)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.