public class ResponseImpl extends RAMLLanguageElementImpl implements Response
| Modifier | Constructor and Description |
|---|---|
protected |
ResponseImpl() |
|
ResponseImpl(Object jsNode,
JavaNodeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationRef> |
annotations() |
List<DataElement> |
body() |
StatusCode |
code() |
MarkdownString |
description() |
String |
displayName() |
List<DataElement> |
headers() |
getAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorspublic ResponseImpl(Object jsNode, JavaNodeFactory factory)
protected ResponseImpl()
public StatusCode code()
public List<DataElement> headers()
public List<DataElement> body()
public String displayName()
displayName in interface ResponsedisplayName in interface RAMLLanguageElementdisplayName in class RAMLLanguageElementImplpublic MarkdownString description()
description in interface Responsedescription in interface RAMLLanguageElementdescription in class RAMLLanguageElementImplpublic List<AnnotationRef> annotations()
annotations in interface Responseannotations in interface RAMLLanguageElementannotations in class RAMLLanguageElementImplCopyright © 2016 RAML. All rights reserved.