public class MimeType extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
getCompiledSchema() |
String |
getExample() |
Map<String,List<FormParameter>> |
getFormParameters() |
String |
getSchema() |
String |
getType() |
void |
setCompiledSchema(Object compiledSchema) |
void |
setExample(String example) |
void |
setFormParameters(Map<String,List<FormParameter>> formParameters) |
void |
setSchema(String schema) |
void |
setType(String type) |
String |
toString() |
public MimeType()
public MimeType(String type)
public String getType()
public void setType(String type)
public String getSchema()
public void setSchema(String schema)
public Object getCompiledSchema()
public void setCompiledSchema(Object compiledSchema)
public String getExample()
public void setExample(String example)
public Map<String,List<FormParameter>> getFormParameters()
public void setFormParameters(Map<String,List<FormParameter>> formParameters)
Copyright © 2017. All rights reserved.