public class GenerationModel extends Object implements Comparable<GenerationModel>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TEXT |
| Constructor and Description |
|---|
GenerationModel(API api,
String version,
org.mule.raml.interfaces.model.IResource resource,
org.mule.raml.interfaces.model.IAction action) |
GenerationModel(API api,
String version,
org.mule.raml.interfaces.model.IResource resource,
org.mule.raml.interfaces.model.IAction action,
String mimeType) |
| 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, String version, org.mule.raml.interfaces.model.IResource resource, org.mule.raml.interfaces.model.IAction 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(@Nonnull GenerationModel generationModel)
compareTo in interface Comparable<GenerationModel>Copyright © 2021. All rights reserved.