Uses of Class
org.apache.camel.component.yammer.YammerFunctionType
-
Packages that use YammerFunctionType Package Description org.apache.camel.component.yammer -
-
Uses of YammerFunctionType in org.apache.camel.component.yammer
Methods in org.apache.camel.component.yammer that return YammerFunctionType Modifier and Type Method Description static YammerFunctionType
YammerFunctionType. fromUri(String uri)
YammerFunctionType
YammerConfiguration. getFunction()
static YammerFunctionType
YammerFunctionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static YammerFunctionType[]
YammerFunctionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.yammer with parameters of type YammerFunctionType Modifier and Type Method Description void
YammerConfiguration. setFunction(YammerFunctionType function)
The function to use
-