public interface Method extends MethodBase
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationRef> |
annotations() |
List<DataElement> |
body() |
MarkdownString |
description() |
String |
displayName() |
List<DataElement> |
headers() |
List<TraitRef> |
is() |
String |
method() |
List<DataElement> |
queryParameters() |
DataElement |
queryString() |
List<SecuritySchemaRef> |
securedBy() |
SchemaString |
signature() |
protocols, responsesgetErrorsSchemaString signature()
String method()
String displayName()
displayName in interface RAMLLanguageElementMarkdownString description()
description in interface RAMLLanguageElementDataElement queryString()
queryString in interface HasNormalParametersList<DataElement> queryParameters()
queryParameters in interface HasNormalParametersList<DataElement> headers()
headers in interface HasNormalParametersList<DataElement> body()
body in interface MethodBaseList<TraitRef> is()
is in interface MethodBaseList<AnnotationRef> annotations()
annotations in interface RAMLLanguageElementList<SecuritySchemaRef> securedBy()
securedBy in interface MethodBaseCopyright © 2016 RAML. All rights reserved.