Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
Modifier and Type | Method and Description |
---|---|
RestActionType |
RestAction.getActionType()
Returns the kind of HTTP action to perform against the REST service.
|
static RestActionType |
RestActionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestActionType[] |
RestActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RestAction.setActionType(RestActionType actionType)
Sets the kind of HTTP action to perform against the REST service.
|
© 2000-2025 Flux Corporation. All rights reserved.