public class ResponseInfo extends DocumentedInfo
| Constructor and Description |
|---|
ResponseInfo()
Constructor.
|
ResponseInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
ResponseInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
ResponseInfo(String documentation)
Constructor with a single documentation element.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterInfo> |
getParameters()
Returns the list of parameters.
|
List<RepresentationInfo> |
getRepresentations()
Returns the list of representations
|
List<org.restlet.data.Status> |
getStatuses()
Returns the list of statuses associated with this response
representation.
|
void |
setParameters(List<ParameterInfo> parameters)
Sets the list of parameters.
|
void |
setRepresentations(List<RepresentationInfo> representations)
Sets the list of representations
|
void |
setStatuses(List<org.restlet.data.Status> statuses)
Sets the list of statuses associated with this response representation.
|
String |
toString() |
void |
updateNamespaces(Map<String,String> namespaces)
Completes the given map of namespaces with the namespaces used in the
documentation elements.
|
getDocumentations, resolveNamespaces, setDocumentation, setDocumentation, setDocumentationspublic ResponseInfo()
public ResponseInfo(DocumentationInfo documentation)
documentation - A single documentation element.public ResponseInfo(List<DocumentationInfo> documentations)
documentations - The list of documentation elements.public ResponseInfo(String documentation)
documentation - A single documentation element.public List<ParameterInfo> getParameters()
public List<RepresentationInfo> getRepresentations()
public List<org.restlet.data.Status> getStatuses()
public void setParameters(List<ParameterInfo> parameters)
parameters - The list of parameters.public void setRepresentations(List<RepresentationInfo> representations)
representations - The list of representationspublic void setStatuses(List<org.restlet.data.Status> statuses)
statuses - The list of statuses associated with this response
representation.public void updateNamespaces(Map<String,String> namespaces)
DocumentedInfoupdateNamespaces in class DocumentedInfonamespaces - The given map of namespaces to complete.Copyright © 2011-2013. All Rights Reserved.