@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.servicenow") public class ServiceNowComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
ServiceNowComponentConfiguration.ServiceNowConfigurationNestedConfiguration |
Constructor and Description |
---|
ServiceNowComponentConfiguration() |
public String getInstanceName()
public void setInstanceName(String instanceName)
public ServiceNowComponentConfiguration.ServiceNowConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(ServiceNowComponentConfiguration.ServiceNowConfigurationNestedConfiguration configuration)
public String getApiUrl()
public void setApiUrl(String apiUrl)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public String getOauthClientId()
public void setOauthClientId(String oauthClientId)
public String getOauthClientSecret()
public void setOauthClientSecret(String oauthClientSecret)
public String getOauthTokenUrl()
public void setOauthTokenUrl(String oauthTokenUrl)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
public String getProxyUserName()
public void setProxyUserName(String proxyUserName)
public String getProxyPassword()
public void setProxyPassword(String proxyPassword)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel