public static interface ServicenowComponentBuilderFactory.ServicenowComponentBuilder extends ComponentBuilder<org.apache.camel.component.servicenow.ServiceNowComponent>
| Modifier and Type | Method and Description |
|---|---|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
apiUrl(String apiUrl)
The ServiceNow REST API url.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
apiVersion(String apiVersion)
The ServiceNow REST API version, default latest.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
configuration(org.apache.camel.component.servicenow.ServiceNowConfiguration configuration)
Component configuration.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
dateFormat(String dateFormat)
The date format used for Json serialization/deserialization.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
dateTimeFormat(String dateTimeFormat)
The date-time format used for Json serialization/deserialization.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
display(String display)
Set this parameter to true to return only scorecards where the
indicator Display field is selected.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
displayValue(String displayValue)
Return the display value (true), actual value (false), or both (all)
for reference fields (default: false).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
excludeReferenceLink(Boolean excludeReferenceLink)
True to exclude Table API links for reference fields (default:
false).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
favorites(Boolean favorites)
Set this parameter to true to return only scorecards that are
favorites of the querying user.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
httpClientPolicy(org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy)
To configure http-client.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
includeAggregates(Boolean includeAggregates)
Set this parameter to true to always return all available aggregates
for an indicator, including when an aggregate has already been
applied.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
includeAvailableAggregates(Boolean includeAvailableAggregates)
Set this parameter to true to return all available aggregates for an
indicator when no aggregate has been applied.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
includeAvailableBreakdowns(Boolean includeAvailableBreakdowns)
Set this parameter to true to return all available breakdowns for an
indicator.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
includeScoreNotes(Boolean includeScoreNotes)
Set this parameter to true to return all notes associated with the
score.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
includeScores(Boolean includeScores)
Set this parameter to true to return all scores for a scorecard.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
inputDisplayValue(Boolean inputDisplayValue)
True to set raw value of input fields (default: false).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
instanceName(String instanceName)
The ServiceNow instance name.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
key(Boolean key)
Set this parameter to true to return only scorecards for key
indicators.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
mapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
Sets Jackson's ObjectMapper to use for request/reply.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
models(Map<String,Class<Object>> models)
Defines both request and response models.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
oauthClientId(String oauthClientId)
OAuth2 ClientID.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
oauthClientSecret(String oauthClientSecret)
OAuth2 ClientSecret.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
oauthTokenUrl(String oauthTokenUrl)
OAuth token Url.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
password(String password)
ServiceNow account password, MUST be provided.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
perPage(Integer perPage)
Enter the maximum number of scorecards each query can return.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
proxyAuthorizationPolicy(org.apache.cxf.configuration.security.ProxyAuthorizationPolicy proxyAuthorizationPolicy)
To configure proxy authentication.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
proxyHost(String proxyHost)
The proxy host name.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
proxyPassword(String proxyPassword)
Password for proxy authentication.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
proxyPort(Integer proxyPort)
The proxy port number.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
proxyUserName(String proxyUserName)
Username for proxy authentication.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
release(org.apache.camel.component.servicenow.ServiceNowRelease release)
The ServiceNow release to target, default to Helsinki See
https://docs.servicenow.com.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
requestModels(Map<String,Class<Object>> requestModels)
Defines the request model.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
resource(String resource)
The default resource, can be overridden by header
CamelServiceNowResource.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
responseModels(Map<String,Class<Object>> responseModels)
Defines the response model.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
retrieveTargetRecordOnImport(Boolean retrieveTargetRecordOnImport)
Set this parameter to true to retrieve the target record when using
import set api.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
sortBy(String sortBy)
Specify the value to use when sorting results.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
sortDir(String sortDir)
Specify the sort direction, ascending or descending.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
suppressAutoSysField(Boolean suppressAutoSysField)
True to suppress auto generation of system fields (default: false).
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
suppressPaginationHeader(Boolean suppressPaginationHeader)
Set this value to true to remove the Link header from the response.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
table(String table)
The default table, can be overridden by header CamelServiceNowTable.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
target(Boolean target)
Set this parameter to true to return only scorecards that have a
target.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
timeFormat(String timeFormat)
The time format used for Json serialization/deserialization.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
topLevelOnly(Boolean topLevelOnly)
Gets only those categories whose parent is a catalog.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
userName(String userName)
ServiceNow user account name, MUST be provided.
|
build, build, doSetProperty, registerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder configuration(org.apache.camel.component.servicenow.ServiceNowConfiguration configuration)
org.apache.camel.component.servicenow.ServiceNowConfiguration type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder display(String display)
java.lang.String type.
Default: true
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder displayValue(String displayValue)
java.lang.String type.
Default: false
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder excludeReferenceLink(Boolean excludeReferenceLink)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder favorites(Boolean favorites)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder includeAggregates(Boolean includeAggregates)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder includeAvailableAggregates(Boolean includeAvailableAggregates)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder includeAvailableBreakdowns(Boolean includeAvailableBreakdowns)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder includeScoreNotes(Boolean includeScoreNotes)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder includeScores(Boolean includeScores)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder inputDisplayValue(Boolean inputDisplayValue)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder key(Boolean key)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder models(Map<String,Class<Object>> models)
java.util.Map> type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder perPage(Integer perPage)
java.lang.Integer type.
Default: 10
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder release(org.apache.camel.component.servicenow.ServiceNowRelease release)
org.apache.camel.component.servicenow.ServiceNowRelease
type.
Default: HELSINKI
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder requestModels(Map<String,Class<Object>> requestModels)
java.util.Map> type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder resource(String resource)
java.lang.String type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder responseModels(Map<String,Class<Object>> responseModels)
java.util.Map> type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder sortBy(String sortBy)
java.lang.String type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder sortDir(String sortDir)
java.lang.String type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder suppressAutoSysField(Boolean suppressAutoSysField)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder suppressPaginationHeader(Boolean suppressPaginationHeader)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder table(String table)
java.lang.String type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder target(Boolean target)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder topLevelOnly(Boolean topLevelOnly)
java.lang.Boolean type.
Group: producerdefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder apiVersion(String apiVersion)
java.lang.String type.
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder dateFormat(String dateFormat)
java.lang.String type.
Default: yyyy-MM-dd
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder dateTimeFormat(String dateTimeFormat)
java.lang.String type.
Default: yyyy-MM-dd HH:mm:ss
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder httpClientPolicy(org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy)
org.apache.cxf.transports.http.configuration.HTTPClientPolicy type.
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder instanceName(String instanceName)
java.lang.String type.
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder mapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
com.fasterxml.jackson.databind.ObjectMapper type.
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder proxyAuthorizationPolicy(org.apache.cxf.configuration.security.ProxyAuthorizationPolicy proxyAuthorizationPolicy)
org.apache.cxf.configuration.security.ProxyAuthorizationPolicy type.
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder retrieveTargetRecordOnImport(Boolean retrieveTargetRecordOnImport)
java.lang.Boolean type.
Default: false
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder timeFormat(String timeFormat)
java.lang.String type.
Default: HH:mm:ss
Group: advanceddefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: proxydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: proxydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder apiUrl(String apiUrl)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder oauthClientId(String oauthClientId)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder oauthClientSecret(String oauthClientSecret)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder oauthTokenUrl(String oauthTokenUrl)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder password(String password)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder proxyPassword(String proxyPassword)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder proxyUserName(String proxyUserName)
java.lang.String type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securitydefault ServicenowComponentBuilderFactory.ServicenowComponentBuilder userName(String userName)
java.lang.String type.
Group: securityApache Camel