| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
ODataHttpAttributes.getMethod() |
HttpMethod |
HttpRequestParameters.getMethod() |
| Constructor and Description |
|---|
ODataHttpAttributes(HttpMethod method,
HttpScheme scheme,
org.mule.runtime.api.util.MultiMap<String,String> headers,
String rawQueryPath,
String rawRequestUri,
String rawOdataPath,
String rawBaseUri) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EntityResolver.validateMethod(HttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
ODataHttpAttributesBuilder |
ODataHttpAttributesBuilder.withMethod(HttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
ConfigurationRoutingKey.getMethod() |
HttpMethod |
RoutingKey.getMethod() |
| Constructor and Description |
|---|
ConfigurationRoutingKey(HttpMethod method,
String path) |
RoutingKey(HttpMethod method,
String path,
SourceKind kind) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.