Uses of Enum Class
app.babylon.io.MimeType
Packages that use MimeType
-
Uses of MimeType in app.babylon.io
Fields in app.babylon.io with type parameters of type MimeTypeMethods in app.babylon.io that return MimeTypeModifier and TypeMethodDescriptionstatic MimeTypeMimeType.parse(CharSequence s) static MimeTypeReturns the enum constant of this class with the specified name.static MimeType[]MimeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.babylon.io with parameters of type MimeTypeModifier and TypeMethodDescriptionstatic DataSourceDataSources.fromBase64(String fileBase64, String resourceName, MimeType mimeType)