Interface YammerEndpointBuilderFactory.YammerBuilders

    • Method Detail

      • yammer

        @Deprecated
        default YammerEndpointBuilderFactory.YammerEndpointBuilder yammer​(String path)
        Deprecated.
        Yammer (camel-yammer) Interact with the Yammer enterprise social network. Category: social,cloud,api Since: 2.12 Maven coordinates: org.apache.camel:camel-yammer Syntax: 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, CURRENT
        Parameters:
        path - function
        Returns:
        the dsl builder
      • yammer

        @Deprecated
        default YammerEndpointBuilderFactory.YammerEndpointBuilder yammer​(String componentName,
                                                                          String path)
        Deprecated.
        Yammer (camel-yammer) Interact with the Yammer enterprise social network. Category: social,cloud,api Since: 2.12 Maven coordinates: org.apache.camel:camel-yammer Syntax: 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, CURRENT
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - function
        Returns:
        the dsl builder