public static interface ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder |
advanced() |
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
apiUrl(String apiUrl)
The ServiceNow REST API url.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
display(String display)
Set this parameter to true to return only scorecards where the
indicator Display field is selected.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
displayValue(String displayValue)
Return the display value (true), actual value (false), or both (all)
for reference fields (default: false).
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
excludeReferenceLink(Boolean excludeReferenceLink)
True to exclude Table API links for reference fields (default:
false).
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
excludeReferenceLink(String excludeReferenceLink)
True to exclude Table API links for reference fields (default:
false).
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
favorites(Boolean favorites)
Set this parameter to true to return only scorecards that are
favorites of the querying user.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
favorites(String favorites)
Set this parameter to true to return only scorecards that are
favorites of the querying user.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
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 ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
includeAggregates(String includeAggregates)
Set this parameter to true to always return all available aggregates
for an indicator, including when an aggregate has already been
applied.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
includeAvailableAggregates(Boolean includeAvailableAggregates)
Set this parameter to true to return all available aggregates for an
indicator when no aggregate has been applied.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
includeAvailableAggregates(String includeAvailableAggregates)
Set this parameter to true to return all available aggregates for an
indicator when no aggregate has been applied.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
includeAvailableBreakdowns(Boolean includeAvailableBreakdowns)
Set this parameter to true to return all available breakdowns for an
indicator.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
includeAvailableBreakdowns(String includeAvailableBreakdowns)
Set this parameter to true to return all available breakdowns for an
indicator.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
includeScoreNotes(Boolean includeScoreNotes)
Set this parameter to true to return all notes associated with the
score.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
includeScoreNotes(String includeScoreNotes)
Set this parameter to true to return all notes associated with the
score.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
includeScores(Boolean includeScores)
Set this parameter to true to return all scores for a scorecard.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
includeScores(String includeScores)
Set this parameter to true to return all scores for a scorecard.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
inputDisplayValue(Boolean inputDisplayValue)
True to set raw value of input fields (default: false).
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
inputDisplayValue(String inputDisplayValue)
True to set raw value of input fields (default: false).
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
key(Boolean key)
Set this parameter to true to return only scorecards for key
indicators.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
key(String key)
Set this parameter to true to return only scorecards for key
indicators.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
models(Map values)
Defines both request and response models.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
models(String key,
Object value)
Defines both request and response models.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
oauthClientId(String oauthClientId)
OAuth2 ClientID.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
oauthClientSecret(String oauthClientSecret)
OAuth2 ClientSecret.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
oauthTokenUrl(String oauthTokenUrl)
OAuth token Url.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
password(String password)
ServiceNow account password, MUST be provided.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
perPage(Integer perPage)
Enter the maximum number of scorecards each query can return.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
perPage(String perPage)
Enter the maximum number of scorecards each query can return.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
proxyHost(String proxyHost)
The proxy host name.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
proxyPassword(String proxyPassword)
Password for proxy authentication.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
proxyPort(Integer proxyPort)
The proxy port number.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
proxyPort(String proxyPort)
The proxy port number.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
proxyUserName(String proxyUserName)
Username for proxy authentication.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
release(ServiceNowEndpointBuilderFactory.ServiceNowRelease release)
The ServiceNow release to target, default to Helsinki See
https://docs.servicenow.com.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
release(String release)
The ServiceNow release to target, default to Helsinki See
https://docs.servicenow.com.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
requestModels(Map values)
Defines the request model.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
requestModels(String key,
Object value)
Defines the request model.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
resource(String resource)
The default resource, can be overridden by header
CamelServiceNowResource.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
responseModels(Map values)
Defines the response model.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
responseModels(String key,
Object value)
Defines the response model.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
sortBy(String sortBy)
Specify the value to use when sorting results.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
sortDir(String sortDir)
Specify the sort direction, ascending or descending.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
suppressAutoSysField(Boolean suppressAutoSysField)
True to suppress auto generation of system fields (default: false).
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
suppressAutoSysField(String suppressAutoSysField)
True to suppress auto generation of system fields (default: false).
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
suppressPaginationHeader(Boolean suppressPaginationHeader)
Set this value to true to remove the Link header from the response.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
suppressPaginationHeader(String suppressPaginationHeader)
Set this value to true to remove the Link header from the response.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
table(String table)
The default table, can be overridden by header CamelServiceNowTable.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
target(Boolean target)
Set this parameter to true to return only scorecards that have a
target.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
target(String target)
Set this parameter to true to return only scorecards that have a
target.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
topLevelOnly(Boolean topLevelOnly)
Gets only those categories whose parent is a catalog.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
topLevelOnly(String topLevelOnly)
Gets only those categories whose parent is a catalog.
|
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder |
userName(String userName)
ServiceNow user account name, MUST be provided.
|
default ServiceNowEndpointBuilderFactory.AdvancedServiceNowEndpointBuilder advanced()
default ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder display(String display)
java.lang.String type.
Default: true
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder displayValue(String displayValue)
java.lang.String type.
Default: false
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder excludeReferenceLink(Boolean excludeReferenceLink)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder excludeReferenceLink(String excludeReferenceLink)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder favorites(Boolean favorites)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder favorites(String favorites)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAggregates(Boolean includeAggregates)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAggregates(String includeAggregates)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAvailableAggregates(Boolean includeAvailableAggregates)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAvailableAggregates(String includeAvailableAggregates)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAvailableBreakdowns(Boolean includeAvailableBreakdowns)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAvailableBreakdowns(String includeAvailableBreakdowns)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeScoreNotes(Boolean includeScoreNotes)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeScoreNotes(String includeScoreNotes)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeScores(Boolean includeScores)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeScores(String includeScores)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder inputDisplayValue(Boolean inputDisplayValue)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder inputDisplayValue(String inputDisplayValue)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder key(Boolean key)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder key(String key)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder models(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Class<java.lang.Object>> type.
The option is multivalued, and you can use the models(String, Object)
method to add a value (call the method multiple times to set more
values).
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder models(Map values)
java.util.Map<java.lang.String,
java.lang.Class<java.lang.Object>> type.
The option is multivalued, and you can use the models(String, Object)
method to add a value (call the method multiple times to set more
values).
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder perPage(Integer perPage)
java.lang.Integer type.
Default: 10
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder perPage(String perPage)
java.lang.Integer
type.
Default: 10
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder release(ServiceNowEndpointBuilderFactory.ServiceNowRelease release)
org.apache.camel.component.servicenow.ServiceNowRelease
type.
Default: HELSINKI
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder release(String release)
org.apache.camel.component.servicenow.ServiceNowRelease
type.
Default: HELSINKI
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder requestModels(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Class<java.lang.Object>> type.
The option is multivalued, and you can use the requestModels(String,
Object) method to add a value (call the method multiple times to set
more values).
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder requestModels(Map values)
java.util.Map<java.lang.String,
java.lang.Class<java.lang.Object>> type.
The option is multivalued, and you can use the requestModels(String,
Object) method to add a value (call the method multiple times to set
more values).
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder resource(String resource)
java.lang.String type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder responseModels(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Class<java.lang.Object>> type.
The option is multivalued, and you can use the responseModels(String,
Object) method to add a value (call the method multiple times to set
more values).
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder responseModels(Map values)
java.util.Map<java.lang.String,
java.lang.Class<java.lang.Object>> type.
The option is multivalued, and you can use the responseModels(String,
Object) method to add a value (call the method multiple times to set
more values).
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder sortBy(String sortBy)
java.lang.String type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder sortDir(String sortDir)
java.lang.String type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder suppressAutoSysField(Boolean suppressAutoSysField)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder suppressAutoSysField(String suppressAutoSysField)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder suppressPaginationHeader(Boolean suppressPaginationHeader)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder suppressPaginationHeader(String suppressPaginationHeader)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder table(String table)
java.lang.String type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder target(Boolean target)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder target(String target)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder topLevelOnly(Boolean topLevelOnly)
java.lang.Boolean type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder topLevelOnly(String topLevelOnly)
java.lang.Boolean
type.
Group: producerdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: proxydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: proxydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyPort(String proxyPort)
java.lang.Integer
type.
Group: proxydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder apiUrl(String apiUrl)
java.lang.String type.
Group: securitydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder oauthClientId(String oauthClientId)
java.lang.String type.
Group: securitydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder oauthClientSecret(String oauthClientSecret)
java.lang.String type.
Group: securitydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder oauthTokenUrl(String oauthTokenUrl)
java.lang.String type.
Group: securitydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder password(String password)
java.lang.String type.
Required: true
Group: securitydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyPassword(String proxyPassword)
java.lang.String type.
Group: securitydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyUserName(String proxyUserName)
java.lang.String type.
Group: securitydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder userName(String userName)
java.lang.String type.
Required: true
Group: securityApache Camel