| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
RequestBase.method() |
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 |
|---|---|
static HttpResponse |
Http.call(HttpMethod method,
String basePath,
String pathTemplate,
Serializer serializer,
List<Interceptor> interceptors,
Headers requestHeaders,
List<ParameterValue> parameters,
List<ResponseDescriptor> descriptors,
boolean allowPatch) |
static Http.Builder |
Http.method(HttpMethod method) |
| Constructor and Description |
|---|
RequestBase(HttpMethod method,
String url,
Headers headers) |
Copyright © 2023. All rights reserved.