public class RJP08V1RamlMimeType extends Object implements RamlMimeType
| Constructor and Description |
|---|
RJP08V1RamlMimeType(org.raml.model.MimeType mimeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFormParameters(String name,
List<RamlFormParameter> ramlFormParameters) |
Map<String,List<RamlFormParameter>> |
getFormParameters() |
String |
getSchema() |
void |
setExample(String example) |
void |
setFormParameters(Map<String,List<RamlFormParameter>> formParameters) |
void |
setSchema(String schema) |
public Map<String,List<RamlFormParameter>> getFormParameters()
getFormParameters in interface RamlMimeTypepublic void setFormParameters(Map<String,List<RamlFormParameter>> formParameters)
setFormParameters in interface RamlMimeTypepublic String getSchema()
getSchema in interface RamlMimeTypepublic void setSchema(String schema)
setSchema in interface RamlMimeTypepublic void setExample(String example)
setExample in interface RamlMimeTypepublic void addFormParameters(String name, List<RamlFormParameter> ramlFormParameters)
addFormParameters in interface RamlMimeTypeCopyright © 2017. All rights reserved.