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