Uses of Class
org.apache.camel.component.zendesk.internal.ZendeskApiMethod
-
Packages that use ZendeskApiMethod Package Description org.apache.camel.component.zendesk org.apache.camel.component.zendesk.internal -
-
Uses of ZendeskApiMethod in org.apache.camel.component.zendesk
Methods in org.apache.camel.component.zendesk that return ZendeskApiMethod Modifier and Type Method Description ZendeskApiMethod
ZendeskConfiguration. getMethodName()
What operation to useMethods in org.apache.camel.component.zendesk with parameters of type ZendeskApiMethod Modifier and Type Method Description void
ZendeskConfiguration. setMethodName(ZendeskApiMethod methodName)
What operation to use -
Uses of ZendeskApiMethod in org.apache.camel.component.zendesk.internal
Methods in org.apache.camel.component.zendesk.internal that return ZendeskApiMethod Modifier and Type Method Description static ZendeskApiMethod
ZendeskApiMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZendeskApiMethod[]
ZendeskApiMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-