| Package | Description |
|---|---|
| com.mulesoft.jaxrs.raml.annotation.model | |
| org.raml.model |
| Modifier and Type | Method and Description |
|---|---|
String |
IRamlConfig.getResponseCode(ActionType type)
getResponseCode.
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
Action.getType()
Getter for the field
type. |
static ActionType |
ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ActionType,Action> |
Resource.getActions()
Getter for the field
actions. |
| Modifier and Type | Method and Description |
|---|---|
Action |
Resource.getAction(ActionType name)
getAction.
|
void |
Action.setType(ActionType type)
Setter for the field
type. |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setActions(Map<ActionType,Action> actions)
Setter for the field
actions. |
Copyright © 2015 Mulesoft. All rights reserved.