Uses of Class
org.raml.model.MimeType

Packages that use MimeType
org.raml.model   
 

Uses of MimeType in org.raml.model
 

Methods in org.raml.model that return types with arguments of type MimeType
 Map<String,MimeType> Response.getBody()
           
 Map<String,MimeType> Action.getBody()
           
 

Method parameters in org.raml.model with type arguments of type MimeType
 void Response.setBody(Map<String,MimeType> body)
           
 void Action.setBody(Map<String,MimeType> body)
           
 



Copyright © 2013. All rights reserved.