public static interface ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
apiVersion(String apiVersion)
The ServiceNow REST API version, default latest.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
basic() |
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
dateFormat(String dateFormat)
The date format used for Json serialization/deserialization.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
dateTimeFormat(String dateTimeFormat)
The date-time format used for Json serialization/deserialization.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
httpClientPolicy(Object httpClientPolicy)
To configure http-client.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
httpClientPolicy(String httpClientPolicy)
To configure http-client.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
mapper(Object mapper)
Sets Jackson's ObjectMapper to use for request/reply.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
mapper(String mapper)
Sets Jackson's ObjectMapper to use for request/reply.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
proxyAuthorizationPolicy(Object proxyAuthorizationPolicy)
To configure proxy authentication.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
proxyAuthorizationPolicy(String proxyAuthorizationPolicy)
To configure proxy authentication.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
retrieveTargetRecordOnImport(Boolean retrieveTargetRecordOnImport)
Set this parameter to true to retrieve the target record when using
import set api.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
retrieveTargetRecordOnImport(String retrieveTargetRecordOnImport)
Set this parameter to true to retrieve the target record when using
import set api.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
timeFormat(String timeFormat)
The time format used for Json serialization/deserialization.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder basic()
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder apiVersion(String apiVersion)
apiVersion - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder dateFormat(String dateFormat)
dateFormat - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder dateTimeFormat(String dateTimeFormat)
dateTimeFormat - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder httpClientPolicy(Object httpClientPolicy)
httpClientPolicy - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder httpClientPolicy(String httpClientPolicy)
httpClientPolicy - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder mapper(Object mapper)
mapper - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder mapper(String mapper)
mapper - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder proxyAuthorizationPolicy(Object proxyAuthorizationPolicy)
proxyAuthorizationPolicy - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder proxyAuthorizationPolicy(String proxyAuthorizationPolicy)
proxyAuthorizationPolicy - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder retrieveTargetRecordOnImport(Boolean retrieveTargetRecordOnImport)
retrieveTargetRecordOnImport - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder retrieveTargetRecordOnImport(String retrieveTargetRecordOnImport)
retrieveTargetRecordOnImport - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder synchronous(String synchronous)
synchronous - the value to setdefault ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder timeFormat(String timeFormat)
timeFormat - the value to setApache Camel