| Modifier and Type | Method | Description |
|---|---|---|
static JCurl.HttpMethod |
JCurl.HttpMethod.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JCurl.HttpMethod[] |
JCurl.HttpMethod.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
JCurl.Builder |
JCurl.Builder.method(JCurl.HttpMethod method) |
Set the HTTP type of the request.
|
Copyright © 2018 The Symphony Software Foundation. All rights reserved.