public class MimeTypeImpl extends Object implements org.mule.raml.interfaces.model.IMimeType
| Constructor and Description |
|---|
MimeTypeImpl(amf.client.model.domain.Payload payload) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCompiledSchema() |
String |
getExample() |
Map<String,List<org.mule.raml.interfaces.model.parameter.IParameter>> |
getFormParameters() |
Object |
getInstance() |
String |
getSchema() |
String |
getType() |
List<org.mule.raml.interfaces.parser.rule.IValidationResult> |
validate(String payload) |
public Object getCompiledSchema()
getCompiledSchema in interface org.mule.raml.interfaces.model.IMimeTypepublic String getSchema()
getSchema in interface org.mule.raml.interfaces.model.IMimeTypepublic Map<String,List<org.mule.raml.interfaces.model.parameter.IParameter>> getFormParameters()
getFormParameters in interface org.mule.raml.interfaces.model.IMimeTypepublic String getType()
getType in interface org.mule.raml.interfaces.model.IMimeTypepublic String getExample()
getExample in interface org.mule.raml.interfaces.model.IMimeTypepublic Object getInstance()
getInstance in interface org.mule.raml.interfaces.model.IMimeTypeCopyright © 2019. All rights reserved.