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!
  • Constructor Details

    • FacebookComponentConfiguration

      public FacebookComponentConfiguration()
  • Method Details

    • getClientURL

      public String getClientURL()
    • setClientURL

      public void setClientURL(String clientURL)
    • getClientVersion

      public String getClientVersion()
    • setClientVersion

      public void setClientVersion(String clientVersion)
    • getDebugEnabled

      public Boolean getDebugEnabled()
    • setDebugEnabled

      public void setDebugEnabled(Boolean debugEnabled)
    • getGzipEnabled

      public Boolean getGzipEnabled()
    • setGzipEnabled

      public void setGzipEnabled(Boolean gzipEnabled)
    • getHttpConnectionTimeout

      public Integer getHttpConnectionTimeout()
    • setHttpConnectionTimeout

      public void setHttpConnectionTimeout(Integer httpConnectionTimeout)
    • getHttpDefaultMaxPerRoute

      public Integer getHttpDefaultMaxPerRoute()
    • setHttpDefaultMaxPerRoute

      public void setHttpDefaultMaxPerRoute(Integer httpDefaultMaxPerRoute)
    • getHttpMaxTotalConnections

      public Integer getHttpMaxTotalConnections()
    • setHttpMaxTotalConnections

      public void setHttpMaxTotalConnections(Integer httpMaxTotalConnections)
    • getHttpReadTimeout

      public Integer getHttpReadTimeout()
    • setHttpReadTimeout

      public void setHttpReadTimeout(Integer httpReadTimeout)
    • getHttpRetryCount

      public Integer getHttpRetryCount()
    • setHttpRetryCount

      public void setHttpRetryCount(Integer httpRetryCount)
    • getHttpRetryIntervalSeconds

      public Integer getHttpRetryIntervalSeconds()
    • setHttpRetryIntervalSeconds

      public void setHttpRetryIntervalSeconds(Integer httpRetryIntervalSeconds)
    • getHttpStreamingReadTimeout

      public Integer getHttpStreamingReadTimeout()
    • setHttpStreamingReadTimeout

      public void setHttpStreamingReadTimeout(Integer httpStreamingReadTimeout)
    • getJsonStoreEnabled

      public Boolean getJsonStoreEnabled()
    • setJsonStoreEnabled

      public void setJsonStoreEnabled(Boolean jsonStoreEnabled)
    • getMbeanEnabled

      public Boolean getMbeanEnabled()
    • setMbeanEnabled

      public void setMbeanEnabled(Boolean mbeanEnabled)
    • getPrettyDebugEnabled

      public Boolean getPrettyDebugEnabled()
    • setPrettyDebugEnabled

      public void setPrettyDebugEnabled(Boolean prettyDebugEnabled)
    • getRestBaseURL

      public String getRestBaseURL()
    • setRestBaseURL

      public void setRestBaseURL(String restBaseURL)
    • getUseSSL

      public Boolean getUseSSL()
    • setUseSSL

      public void setUseSSL(Boolean useSSL)
    • getVideoBaseURL

      public String getVideoBaseURL()
    • setVideoBaseURL

      public void setVideoBaseURL(String videoBaseURL)
    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getConfiguration

      public org.apache.camel.component.facebook.config.FacebookConfiguration getConfiguration()
    • setConfiguration

      public void setConfiguration(org.apache.camel.component.facebook.config.FacebookConfiguration configuration)
    • getHttpProxyHost

      public String getHttpProxyHost()
    • setHttpProxyHost

      public void setHttpProxyHost(String httpProxyHost)
    • getHttpProxyPassword

      public String getHttpProxyPassword()
    • setHttpProxyPassword

      public void setHttpProxyPassword(String httpProxyPassword)
    • getHttpProxyPort

      public Integer getHttpProxyPort()
    • setHttpProxyPort

      public void setHttpProxyPort(Integer httpProxyPort)
    • getHttpProxyUser

      public String getHttpProxyUser()
    • setHttpProxyUser

      public void setHttpProxyUser(String httpProxyUser)
    • getOAuthAccessToken

      public String getOAuthAccessToken()
    • setOAuthAccessToken

      public void setOAuthAccessToken(String oAuthAccessToken)
    • getOAuthAccessTokenURL

      public String getOAuthAccessTokenURL()
    • setOAuthAccessTokenURL

      public void setOAuthAccessTokenURL(String oAuthAccessTokenURL)
    • getOAuthAppId

      public String getOAuthAppId()
    • setOAuthAppId

      public void setOAuthAppId(String oAuthAppId)
    • getOAuthAppSecret

      public String getOAuthAppSecret()
    • setOAuthAppSecret

      public void setOAuthAppSecret(String oAuthAppSecret)
    • getOAuthAuthorizationURL

      public String getOAuthAuthorizationURL()
    • setOAuthAuthorizationURL

      public void setOAuthAuthorizationURL(String oAuthAuthorizationURL)
    • getOAuthPermissions

      public String getOAuthPermissions()
    • setOAuthPermissions

      public void setOAuthPermissions(String oAuthPermissions)