Uses of Interface
org.apache.camel.builder.endpoint.dsl.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder
Packages that use ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder
-
Uses of ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilderModifier and TypeMethodDescriptionServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder.advanced()ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.apiVersion(String apiVersion) The ServiceNow REST API version, default latest.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.dateFormat(String dateFormat) The date format used for Json serialization/deserialization.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.dateTimeFormat(String dateTimeFormat) The date-time format used for Json serialization/deserialization.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.httpClientPolicy(String httpClientPolicy) To configure http-client.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.httpClientPolicy(org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy) To configure http-client.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.mapper(com.fasterxml.jackson.databind.ObjectMapper mapper) Sets Jackson's ObjectMapper to use for request/reply.Sets Jackson's ObjectMapper to use for request/reply.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.proxyAuthorizationPolicy(String proxyAuthorizationPolicy) To configure proxy authentication.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.proxyAuthorizationPolicy(org.apache.cxf.configuration.security.ProxyAuthorizationPolicy proxyAuthorizationPolicy) To configure proxy authentication.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.retrieveTargetRecordOnImport(Boolean retrieveTargetRecordOnImport) Set this parameter to true to retrieve the target record when using import set api.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.retrieveTargetRecordOnImport(String retrieveTargetRecordOnImport) Set this parameter to true to retrieve the target record when using import set api.ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder.timeFormat(String timeFormat) The time format used for Json serialization/deserialization.