| Package | Description |
|---|---|
| de.twenty11.skysail.server.restlet |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentationInfo> |
DocumentedInfo.getDocumentations()
Returns the list of documentation elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentedInfo.setDocumentation(DocumentationInfo documentationInfo)
Set the list of documentation elements with a single element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentedInfo.setDocumentations(List<DocumentationInfo> doc)
Sets the list of documentation elements.
|
| Constructor and Description |
|---|
ApplicationInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
DocumentedInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
MethodInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
ParameterInfo(String name,
ParameterStyle style,
DocumentationInfo documentation)
Constructor with a single documentation element.
|
RepresentationInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
RequestInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
ResourceInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
ResourcesInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
ResponseInfo(DocumentationInfo documentation)
Constructor with a single documentation element.
|
| Constructor and Description |
|---|
ApplicationInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
DocumentedInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
MethodInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
ParameterInfo(String name,
ParameterStyle style,
List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
RepresentationInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
RequestInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
ResourceInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
ResourcesInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
ResponseInfo(List<DocumentationInfo> documentations)
Constructor with a list of documentation elements.
|
Copyright © 2011-2013. All Rights Reserved.