| Package | Description |
|---|---|
| org.raml.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Response> |
SecuritySchemeDescriptor.getResponses()
Getter for the field
responses. |
Map<String,Response> |
Action.getResponses()
Getter for the field
responses. |
| Modifier and Type | Method and Description |
|---|---|
void |
RamlFileVisitorAdapter.endVisit(Response response)
endVisit.
|
void |
IRamlFileVisitor.endVisit(Response response)
endVisit.
|
boolean |
RamlFileVisitorAdapter.startVisit(String code,
Response response)
startVisit.
|
boolean |
IRamlFileVisitor.startVisit(String code,
Response response)
startVisit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecuritySchemeDescriptor.setResponses(Map<String,Response> responses)
Setter for the field
responses. |
void |
Action.setResponses(Map<String,Response> responses)
Setter for the field
responses. |
Copyright © 2015 Mulesoft. All rights reserved.