public class MimeTypeImpl extends Object implements org.mule.raml.interfaces.model.IMimeType
| Constructor and Description |
|---|
MimeTypeImpl(org.raml.model.MimeType mimeType) |
MimeTypeImpl(String type) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCompiledSchema() |
String |
getExample() |
Map<String,List<org.mule.raml.interfaces.model.parameter.IParameter>> |
getFormParameters() |
org.raml.model.MimeType |
getInstance() |
String |
getSchema() |
String |
getType() |
public MimeTypeImpl(org.raml.model.MimeType mimeType)
public MimeTypeImpl(String type)
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 org.raml.model.MimeType getInstance()
getInstance in interface org.mule.raml.interfaces.model.IMimeTypeCopyright © 2022. All rights reserved.