| Modifier and Type | Method and Description |
|---|---|
List<TypeDeclaration> |
body()
The body of the response: a body declaration
|
StatusCodeString |
code()
Responses MUST be a map of one or more HTTP status codes, where each status code itself is a map that describes that status code.
|
MarkdownString |
description()
A longer, human-friendly description of the response
|
List<TypeDeclaration> |
headers()
Detailed information about any response headers returned by this method
|
annotationsStatusCodeString code()
List<TypeDeclaration> headers()
List<TypeDeclaration> body()
MarkdownString description()
Copyright © 2016. All rights reserved.