Interface FacebookEndpointBuilderFactory.FacebookBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
FacebookEndpointBuilderFactory
public static interface FacebookEndpointBuilderFactory.FacebookBuilders
-
Method Summary
Modifier and TypeMethodDescriptionfacebook()Facebook (camel-facebook) Send requests to Facebook APIs supported by Facebook4J.Facebook (camel-facebook) Send requests to Facebook APIs supported by Facebook4J.Facebook (camel-facebook) Send requests to Facebook APIs supported by Facebook4J.
-
Method Details
-
facebook
Facebook (camel-facebook) Send requests to Facebook APIs supported by Facebook4J. Category: social Since: 2.14 Maven coordinates: org.apache.camel:camel-facebook- Returns:
- the dsl builder for the headers' name.
-
facebook
Facebook (camel-facebook) Send requests to Facebook APIs supported by Facebook4J. Category: social Since: 2.14 Maven coordinates: org.apache.camel:camel-facebook Syntax:facebook:methodNamePath parameter: methodName (required) What operation to perform- Parameters:
path- methodName- Returns:
- the dsl builder
-
facebook
default FacebookEndpointBuilderFactory.FacebookEndpointBuilder facebook(String componentName, String path) Facebook (camel-facebook) Send requests to Facebook APIs supported by Facebook4J. Category: social Since: 2.14 Maven coordinates: org.apache.camel:camel-facebook Syntax:facebook:methodNamePath parameter: methodName (required) What operation to perform- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- methodName- Returns:
- the dsl builder
-