public class V08Method extends Object implements GMethod
| Constructor and Description |
|---|
V08Method(V08GResource v08GResource,
org.raml.v2.api.model.v08.methods.Method input,
Set<String> globalSchemas,
V08TypeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
List<GRequest> |
body() |
boolean |
equals(Object obj) |
String |
getDescription() |
int |
hashCode() |
List<GParameter> |
headers() |
org.raml.v2.api.model.v08.methods.Method |
implementation() |
String |
method() |
List<GParameter> |
queryParameters() |
GResource |
resource() |
List<GResponse> |
responses() |
public V08Method(V08GResource v08GResource, org.raml.v2.api.model.v08.methods.Method input, Set<String> globalSchemas, V08TypeRegistry registry)
public org.raml.v2.api.model.v08.methods.Method implementation()
implementation in interface GAbstractionpublic List<GParameter> queryParameters()
queryParameters in interface GMethodpublic String getDescription()
getDescription in interface GMethodpublic List<GParameter> headers()
Copyright © 2019 Mulesoft. All rights reserved.