| Package | Description |
|---|---|
| cloud.metaapi.sdk.clients |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestOptions.Method |
HttpRequestOptions.getMethod()
Returns HTTP method used for request
|
static HttpRequestOptions.Method |
HttpRequestOptions.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRequestOptions.Method[] |
HttpRequestOptions.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequestOptions.setMethod(HttpRequestOptions.Method method)
Sets HTTP method used for request
|
| Constructor and Description |
|---|
HttpRequestOptions(String url,
HttpRequestOptions.Method method)
Constructs HttpRequestOptions instance
|
Copyright © 2021. All rights reserved.