| Package | Description |
|---|---|
| com.edorasware.api.action |
Work object action support.
|
| com.edorasware.api.web |
Basic classes and values used by the web interface.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Action.getEndpointHttpMethod()
The
HttpMethod to be used when the action REST endpoint is invoked. |
| Modifier and Type | Method and Description |
|---|---|
ActionBuilder |
ActionBuilder.endpointHttpMethod(HttpMethod endpointHttpMethod)
Sets the
HttpMethod to be used for the action endpoint invocation. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.