public class Method10 extends Object implements RamlMethod
| Modifier and Type | Method and Description |
|---|---|
List<RamlType> |
baseUriParameters() |
List<RamlBody> |
body() |
String |
description() |
List<RamlType> |
headers() |
String |
method() |
List<String> |
protocols() |
List<RamlType> |
queryParameters() |
RamlResource |
resource() |
List<RamlApiResponse> |
responses() |
List<RamlSecSchemeRef> |
securedBy() |
public String method()
method in interface RamlMethodpublic RamlResource resource()
resource in interface RamlMethodpublic List<String> protocols()
protocols in interface RamlMethodpublic List<RamlType> queryParameters()
queryParameters in interface RamlMethodpublic List<RamlType> headers()
headers in interface RamlMethodpublic String description()
description in interface RamlMethodpublic List<RamlType> baseUriParameters()
baseUriParameters in interface RamlMethodpublic List<RamlApiResponse> responses()
responses in interface RamlMethodpublic List<RamlSecSchemeRef> securedBy()
securedBy in interface RamlMethodpublic List<RamlBody> body()
body in interface RamlMethodCopyright © 2014–2017. All rights reserved.