| Package | Description |
|---|---|
| org.bonitasoft.connectors.rest.model |
| Modifier and Type | Method and Description |
|---|---|
static HTTPMethod |
HTTPMethod.getRESTHTTPMethodFromValue(String value)
Get the RESTHTTPMethod based on a value
|
HTTPMethod |
Request.getRestMethod()
RESTHTTPMethod value getter.
|
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 |
|---|---|
void |
Request.setRestMethod(HTTPMethod restMethod)
RESTHTTPMethod value setter.
|
Copyright © 2020. All rights reserved.