Class ServiceNowComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.servicenow.springboot.ServiceNowComponentConfiguration

@ConfigurationProperties(prefix="camel.component.servicenow") public class ServiceNowComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Interact with ServiceNow via its REST API. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • ServiceNowComponentConfiguration

      public ServiceNowComponentConfiguration()
  • Method Details

    • getConfiguration

      public org.apache.camel.component.servicenow.ServiceNowConfiguration getConfiguration()
    • setConfiguration

      public void setConfiguration(org.apache.camel.component.servicenow.ServiceNowConfiguration configuration)
    • getDisplay

      public String getDisplay()
    • setDisplay

      public void setDisplay(String display)
    • getDisplayValue

      public String getDisplayValue()
    • setDisplayValue

      public void setDisplayValue(String displayValue)
    • getExcludeReferenceLink

      public Boolean getExcludeReferenceLink()
    • setExcludeReferenceLink

      public void setExcludeReferenceLink(Boolean excludeReferenceLink)
    • getFavorites

      public Boolean getFavorites()
    • setFavorites

      public void setFavorites(Boolean favorites)
    • getIncludeAggregates

      public Boolean getIncludeAggregates()
    • setIncludeAggregates

      public void setIncludeAggregates(Boolean includeAggregates)
    • getIncludeAvailableAggregates

      public Boolean getIncludeAvailableAggregates()
    • setIncludeAvailableAggregates

      public void setIncludeAvailableAggregates(Boolean includeAvailableAggregates)
    • getIncludeAvailableBreakdowns

      public Boolean getIncludeAvailableBreakdowns()
    • setIncludeAvailableBreakdowns

      public void setIncludeAvailableBreakdowns(Boolean includeAvailableBreakdowns)
    • getIncludeScoreNotes

      public Boolean getIncludeScoreNotes()
    • setIncludeScoreNotes

      public void setIncludeScoreNotes(Boolean includeScoreNotes)
    • getIncludeScores

      public Boolean getIncludeScores()
    • setIncludeScores

      public void setIncludeScores(Boolean includeScores)
    • getInputDisplayValue

      public Boolean getInputDisplayValue()
    • setInputDisplayValue

      public void setInputDisplayValue(Boolean inputDisplayValue)
    • getKey

      public Boolean getKey()
    • setKey

      public void setKey(Boolean key)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getModels

      public Map<String,Class<Object>> getModels()
    • setModels

      public void setModels(Map<String,Class<Object>> models)
    • getPerPage

      public Integer getPerPage()
    • setPerPage

      public void setPerPage(Integer perPage)
    • getRelease

      public org.apache.camel.component.servicenow.ServiceNowRelease getRelease()
    • setRelease

      public void setRelease(org.apache.camel.component.servicenow.ServiceNowRelease release)
    • getRequestModels

      public Map<String,Class<Object>> getRequestModels()
    • setRequestModels

      public void setRequestModels(Map<String,Class<Object>> requestModels)
    • getResource

      public String getResource()
    • setResource

      public void setResource(String resource)
    • getResponseModels

      public Map<String,Class<Object>> getResponseModels()
    • setResponseModels

      public void setResponseModels(Map<String,Class<Object>> responseModels)
    • getSortBy

      public String getSortBy()
    • setSortBy

      public void setSortBy(String sortBy)
    • getSortDir

      public String getSortDir()
    • setSortDir

      public void setSortDir(String sortDir)
    • getSuppressAutoSysField

      public Boolean getSuppressAutoSysField()
    • setSuppressAutoSysField

      public void setSuppressAutoSysField(Boolean suppressAutoSysField)
    • getSuppressPaginationHeader

      public Boolean getSuppressPaginationHeader()
    • setSuppressPaginationHeader

      public void setSuppressPaginationHeader(Boolean suppressPaginationHeader)
    • getTable

      public String getTable()
    • setTable

      public void setTable(String table)
    • getTarget

      public Boolean getTarget()
    • setTarget

      public void setTarget(Boolean target)
    • getTopLevelOnly

      public Boolean getTopLevelOnly()
    • setTopLevelOnly

      public void setTopLevelOnly(Boolean topLevelOnly)
    • getApiVersion

      public String getApiVersion()
    • setApiVersion

      public void setApiVersion(String apiVersion)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getDateFormat

      public String getDateFormat()
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • getDateTimeFormat

      public String getDateTimeFormat()
    • setDateTimeFormat

      public void setDateTimeFormat(String dateTimeFormat)
    • getHttpClientPolicy

      public org.apache.cxf.transports.http.configuration.HTTPClientPolicy getHttpClientPolicy()
    • setHttpClientPolicy

      public void setHttpClientPolicy(org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy)
    • getInstanceName

      public String getInstanceName()
    • setInstanceName

      public void setInstanceName(String instanceName)
    • getMapper

      public com.fasterxml.jackson.databind.ObjectMapper getMapper()
    • setMapper

      public void setMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
    • getProxyAuthorizationPolicy

      public org.apache.cxf.configuration.security.ProxyAuthorizationPolicy getProxyAuthorizationPolicy()
    • setProxyAuthorizationPolicy

      public void setProxyAuthorizationPolicy(org.apache.cxf.configuration.security.ProxyAuthorizationPolicy proxyAuthorizationPolicy)
    • getRetrieveTargetRecordOnImport

      public Boolean getRetrieveTargetRecordOnImport()
    • setRetrieveTargetRecordOnImport

      public void setRetrieveTargetRecordOnImport(Boolean retrieveTargetRecordOnImport)
    • getTimeFormat

      public String getTimeFormat()
    • setTimeFormat

      public void setTimeFormat(String timeFormat)
    • getProxyHost

      public String getProxyHost()
    • setProxyHost

      public void setProxyHost(String proxyHost)
    • getProxyPort

      public Integer getProxyPort()
    • setProxyPort

      public void setProxyPort(Integer proxyPort)
    • getApiUrl

      public String getApiUrl()
    • setApiUrl

      public void setApiUrl(String apiUrl)
    • getOauthClientId

      public String getOauthClientId()
    • setOauthClientId

      public void setOauthClientId(String oauthClientId)
    • getOauthClientSecret

      public String getOauthClientSecret()
    • setOauthClientSecret

      public void setOauthClientSecret(String oauthClientSecret)
    • getOauthTokenUrl

      public String getOauthTokenUrl()
    • setOauthTokenUrl

      public void setOauthTokenUrl(String oauthTokenUrl)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getProxyPassword

      public String getProxyPassword()
    • setProxyPassword

      public void setProxyPassword(String proxyPassword)
    • getProxyUserName

      public String getProxyUserName()
    • setProxyUserName

      public void setProxyUserName(String proxyUserName)
    • getSslContextParameters

      public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
    • setSslContextParameters

      public void setSslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
    • getUseGlobalSslContextParameters

      public Boolean getUseGlobalSslContextParameters()
    • setUseGlobalSslContextParameters

      public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)