Uses of Class
com.trivago.cluecumber.engine.constants.MimeType
-
Packages that use MimeType Package Description com.trivago.cluecumber.engine.constants com.trivago.cluecumber.engine.json.pojo -
-
Uses of MimeType in com.trivago.cluecumber.engine.constants
Methods in com.trivago.cluecumber.engine.constants that return MimeType Modifier and Type Method Description static MimeTypeMimeType. valueOf(String name)Returns the enum constant of this type with the specified name.static MimeType[]MimeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MimeType in com.trivago.cluecumber.engine.json.pojo
Methods in com.trivago.cluecumber.engine.json.pojo that return MimeType Modifier and Type Method Description MimeTypeEmbedding. getMimeType()Retrieve the mime type of this attachment.Methods in com.trivago.cluecumber.engine.json.pojo with parameters of type MimeType Modifier and Type Method Description voidEmbedding. setMimeType(MimeType mimeType)Set the attachment's mime type.
-