public class MethodBaseImpl extends HasNormalParametersImpl implements MethodBase
| Modifier | Constructor and Description |
|---|---|
protected |
MethodBaseImpl() |
|
MethodBaseImpl(Object jsNode,
JavaNodeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
List<DataElement> |
body() |
List<TraitRef> |
is() |
List<String> |
protocols() |
List<Response> |
responses() |
List<SecuritySchemaRef> |
securedBy() |
headers, queryParameters, queryStringannotations, description, displayNamegetAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitheaders, queryParameters, queryStringannotations, description, displayNamegetErrorspublic MethodBaseImpl(Object jsNode, JavaNodeFactory factory)
protected MethodBaseImpl()
public List<Response> responses()
responses in interface MethodBasepublic List<DataElement> body()
body in interface MethodBasepublic List<String> protocols()
protocols in interface MethodBasepublic List<TraitRef> is()
is in interface MethodBasepublic List<SecuritySchemaRef> securedBy()
securedBy in interface MethodBaseCopyright © 2016 RAML. All rights reserved.