static HttpMethod |
HttpMethod.forNumber(int value) |
|
HttpMethod |
AppEngineHttpRequest.Builder.getHttpMethod() |
The HTTP method to use for the request.
|
HttpMethod |
AppEngineHttpRequest.getHttpMethod() |
The HTTP method to use for the request.
|
HttpMethod |
AppEngineHttpRequestOrBuilder.getHttpMethod() |
The HTTP method to use for the request.
|
HttpMethod |
HttpRequest.Builder.getHttpMethod() |
The HTTP method to use for the request.
|
HttpMethod |
HttpRequest.getHttpMethod() |
The HTTP method to use for the request.
|
HttpMethod |
HttpRequestOrBuilder.getHttpMethod() |
The HTTP method to use for the request.
|
static HttpMethod |
HttpMethod.valueOf(int value) |
Deprecated.
|
static HttpMethod |
HttpMethod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
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.
|