Uses of Class
org.apache.camel.component.telegram.TelegramMediaType
-
Packages that use TelegramMediaType Package Description org.apache.camel.component.telegram -
-
Uses of TelegramMediaType in org.apache.camel.component.telegram
Methods in org.apache.camel.component.telegram that return TelegramMediaType Modifier and Type Method Description static TelegramMediaType
TelegramMediaType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TelegramMediaType[]
TelegramMediaType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-