public static interface YammerEndpointBuilderFactory.YammerBuilders
| Modifier and Type | Method and Description |
|---|---|
default YammerEndpointBuilderFactory.YammerEndpointBuilder |
yammer(String path)
Yammer (camel-yammer)
Interact with the Yammer enterprise social network.
|
default YammerEndpointBuilderFactory.YammerEndpointBuilder |
yammer(String componentName,
String path)
Yammer (camel-yammer)
Interact with the Yammer enterprise social network.
|
default YammerEndpointBuilderFactory.YammerEndpointBuilder yammer(String path)
yammer:function
Path parameter: function (required)
The function to use
There are 9 enums and the value can be one of: MESSAGES, MY_FEED,
ALGO, FOLLOWING, SENT, PRIVATE, RECEIVED, USERS, CURRENTpath - functiondefault YammerEndpointBuilderFactory.YammerEndpointBuilder yammer(String componentName, String path)
yammer:function
Path parameter: function (required)
The function to use
There are 9 enums and the value can be one of: MESSAGES, MY_FEED,
ALGO, FOLLOWING, SENT, PRIVATE, RECEIVED, USERS, CURRENTcomponentName - to use a custom component name for the endpoint
instead of the default namepath - functionApache Camel