public interface Operation extends Annotable
| Modifier and Type | Method and Description |
|---|---|
List<TypeDeclaration> |
headers()
Headers that allowed at this position
|
List<TypeDeclaration> |
queryParameters()
An APIs resources MAY be filtered (to return a subset of results) or altered (such as transforming a response body from JSON to XML format) by the use of query strings.
|
TypeDeclaration |
queryString()
Specifies the query string needed by this method.
|
List<Response> |
responses()
Information about the expected responses to a request
|
annotationsList<TypeDeclaration> queryParameters()
List<TypeDeclaration> headers()
TypeDeclaration queryString()
Copyright © 2016. All rights reserved.