| Modifier and Type | Method and Description |
|---|---|
List<TypeDeclaration> |
body()
Some method verbs expect the resource to be sent as a request body.
|
MarkdownString |
description() |
String |
displayName() |
List<TraitRef> |
is()
Instantiation of applyed traits
|
List<String> |
protocols()
A method can override the protocols specified in the resource or at the API root, by employing this property.
|
List<SecuritySchemeRef> |
securedBy()
securityScheme may also be applied to a resource by using the securedBy key, which is equivalent to applying the securityScheme to all methods that may be declared, explicitly or implicitly, by defining the resourceTypes or traits property for that resource.
|
headers, queryParameters, queryString, responsesannotationsList<TypeDeclaration> body()
List<String> protocols()
List<SecuritySchemeRef> securedBy()
MarkdownString description()
String displayName()
Copyright © 2016. All rights reserved.