Class FacebookComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.facebook.springboot.FacebookComponentConfiguration
@ConfigurationProperties(prefix="camel.component.facebook")
public class FacebookComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send requests to Facebook APIs supported by Facebook4J.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.facebook.config.FacebookConfigurationvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetClientURL(String clientURL) voidsetClientVersion(String clientVersion) voidsetConfiguration(org.apache.camel.component.facebook.config.FacebookConfiguration configuration) voidsetDebugEnabled(Boolean debugEnabled) voidsetGzipEnabled(Boolean gzipEnabled) voidsetHttpConnectionTimeout(Integer httpConnectionTimeout) voidsetHttpDefaultMaxPerRoute(Integer httpDefaultMaxPerRoute) voidsetHttpMaxTotalConnections(Integer httpMaxTotalConnections) voidsetHttpProxyHost(String httpProxyHost) voidsetHttpProxyPassword(String httpProxyPassword) voidsetHttpProxyPort(Integer httpProxyPort) voidsetHttpProxyUser(String httpProxyUser) voidsetHttpReadTimeout(Integer httpReadTimeout) voidsetHttpRetryCount(Integer httpRetryCount) voidsetHttpRetryIntervalSeconds(Integer httpRetryIntervalSeconds) voidsetHttpStreamingReadTimeout(Integer httpStreamingReadTimeout) voidsetJsonStoreEnabled(Boolean jsonStoreEnabled) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetMbeanEnabled(Boolean mbeanEnabled) voidsetOAuthAccessToken(String oAuthAccessToken) voidsetOAuthAccessTokenURL(String oAuthAccessTokenURL) voidsetOAuthAppId(String oAuthAppId) voidsetOAuthAppSecret(String oAuthAppSecret) voidsetOAuthAuthorizationURL(String oAuthAuthorizationURL) voidsetOAuthPermissions(String oAuthPermissions) voidsetPrettyDebugEnabled(Boolean prettyDebugEnabled) voidsetRestBaseURL(String restBaseURL) voidvoidsetVideoBaseURL(String videoBaseURL) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
FacebookComponentConfiguration
public FacebookComponentConfiguration()
-
-
Method Details
-
getClientURL
-
setClientURL
-
getClientVersion
-
setClientVersion
-
getDebugEnabled
-
setDebugEnabled
-
getGzipEnabled
-
setGzipEnabled
-
getHttpConnectionTimeout
-
setHttpConnectionTimeout
-
getHttpDefaultMaxPerRoute
-
setHttpDefaultMaxPerRoute
-
getHttpMaxTotalConnections
-
setHttpMaxTotalConnections
-
getHttpReadTimeout
-
setHttpReadTimeout
-
getHttpRetryCount
-
setHttpRetryCount
-
getHttpRetryIntervalSeconds
-
setHttpRetryIntervalSeconds
-
getHttpStreamingReadTimeout
-
setHttpStreamingReadTimeout
-
getJsonStoreEnabled
-
setJsonStoreEnabled
-
getMbeanEnabled
-
setMbeanEnabled
-
getPrettyDebugEnabled
-
setPrettyDebugEnabled
-
getRestBaseURL
-
setRestBaseURL
-
getUseSSL
-
setUseSSL
-
getVideoBaseURL
-
setVideoBaseURL
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getConfiguration
public org.apache.camel.component.facebook.config.FacebookConfiguration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.facebook.config.FacebookConfiguration configuration) -
getHttpProxyHost
-
setHttpProxyHost
-
getHttpProxyPassword
-
setHttpProxyPassword
-
getHttpProxyPort
-
setHttpProxyPort
-
getHttpProxyUser
-
setHttpProxyUser
-
getOAuthAccessToken
-
setOAuthAccessToken
-
getOAuthAccessTokenURL
-
setOAuthAccessTokenURL
-
getOAuthAppId
-
setOAuthAppId
-
getOAuthAppSecret
-
setOAuthAppSecret
-
getOAuthAuthorizationURL
-
setOAuthAuthorizationURL
-
getOAuthPermissions
-
setOAuthPermissions
-