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 YammerFunctionTypeYammerFunctionType. fromUri(String uri)YammerFunctionTypeYammerConfiguration. getFunction()static YammerFunctionTypeYammerFunctionType. 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 voidYammerConfiguration. setFunction(YammerFunctionType function)The function to use
-