public class GenerationModel extends Object implements Comparable<GenerationModel>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TEXT |
| Constructor and Description |
|---|
GenerationModel(API api,
org.raml.model.Resource resource,
org.raml.model.Action action) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GenerationModel generationModel) |
API |
getApi() |
String |
getContentType() |
String |
getExample() |
String |
getFlowName() |
String |
getName() |
String |
getRelativeURI() |
String |
getStringFromActionType() |
String |
getVerb() |
public static final String DEFAULT_TEXT
public GenerationModel(API api, org.raml.model.Resource resource, org.raml.model.Action action)
public String getVerb()
public String getStringFromActionType()
public String getExample()
public String getName()
public String getRelativeURI()
public API getApi()
public String getContentType()
public String getFlowName()
public int compareTo(GenerationModel generationModel)
compareTo in interface Comparable<GenerationModel>Copyright © 2014. All rights reserved.