public class MimeTypeImpl extends Object implements org.mule.raml.interfaces.model.IMimeType
| Constructor and Description |
|---|
MimeTypeImpl(org.raml.v2.api.model.v08.bodies.BodyLike bodyLike) |
| 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() |
public MimeTypeImpl(org.raml.v2.api.model.v08.bodies.BodyLike bodyLike)
public String getType()
getType in interface org.mule.raml.interfaces.model.IMimeTypepublic String getExample()
getExample 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 Object getCompiledSchema()
getCompiledSchema in interface org.mule.raml.interfaces.model.IMimeTypepublic Object getInstance()
getInstance in interface org.mule.raml.interfaces.model.IMimeTypeCopyright © 2021. All rights reserved.