| Package | Description |
|---|---|
| com.mulesoft.jaxrs.raml.annotation.model | |
| org.raml.model |
| Modifier and Type | Method and Description |
|---|---|
Set<Protocol> |
IRamlConfig.getProtocols()
getProtocols.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Protocol> |
Raml.getProtocols()
Getter for the field
protocols. |
List<Protocol> |
Action.getProtocols()
Getter for the field
protocols. |
| Modifier and Type | Method and Description |
|---|---|
void |
Raml.setProtocols(List<Protocol> protocols)
Setter for the field
protocols. |
void |
Action.setProtocols(List<Protocol> protocols)
Setter for the field
protocols. |
Copyright © 2015 Mulesoft. All rights reserved.