public class V10GMethod extends Object implements GMethod
| Constructor and Description |
|---|
V10GMethod(CurrentBuild currentBuild,
V10GResource v10GResource,
org.raml.v2.api.model.v10.methods.Method method) |
| 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.v10.methods.Method |
implementation() |
String |
method() |
List<GParameter> |
queryParameters() |
GResource |
resource() |
List<GResponse> |
responses() |
String |
toString() |
public V10GMethod(CurrentBuild currentBuild, V10GResource v10GResource, org.raml.v2.api.model.v10.methods.Method method)
public org.raml.v2.api.model.v10.methods.Method implementation()
implementation in interface GAbstractionpublic List<GParameter> queryParameters()
queryParameters in interface GMethodpublic List<GParameter> headers()
public String getDescription()
getDescription in interface GMethodCopyright © 2019 Mulesoft. All rights reserved.