public class MethodImpl extends MethodBaseImpl implements Method
| Modifier | Constructor and Description |
|---|---|
protected |
MethodImpl() |
|
MethodImpl(Object jsNode,
JavaNodeFactory factory) |
| 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, responsesgetAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotocols, responsesgetErrorspublic MethodImpl(Object jsNode, JavaNodeFactory factory)
protected MethodImpl()
public SchemaString signature()
public String displayName()
displayName in interface RAMLLanguageElementdisplayName in interface MethoddisplayName in class RAMLLanguageElementImplpublic MarkdownString description()
description in interface RAMLLanguageElementdescription in interface Methoddescription in class RAMLLanguageElementImplpublic DataElement queryString()
queryString in interface MethodqueryString in interface HasNormalParametersqueryString in class HasNormalParametersImplpublic List<DataElement> queryParameters()
queryParameters in interface MethodqueryParameters in interface HasNormalParametersqueryParameters in class HasNormalParametersImplpublic List<DataElement> headers()
headers in interface Methodheaders in interface HasNormalParametersheaders in class HasNormalParametersImplpublic List<DataElement> body()
body in interface Methodbody in interface MethodBasebody in class MethodBaseImplpublic List<TraitRef> is()
is in interface Methodis in interface MethodBaseis in class MethodBaseImplpublic List<AnnotationRef> annotations()
annotations in interface RAMLLanguageElementannotations in interface Methodannotations in class RAMLLanguageElementImplpublic List<SecuritySchemaRef> securedBy()
securedBy in interface MethodsecuredBy in interface MethodBasesecuredBy in class MethodBaseImplCopyright © 2016 RAML. All rights reserved.