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)
display - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder displayValue(String displayValue)
displayValue - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder excludeReferenceLink(Boolean excludeReferenceLink)
excludeReferenceLink - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder excludeReferenceLink(String excludeReferenceLink)
excludeReferenceLink - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder favorites(Boolean favorites)
favorites - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder favorites(String favorites)
favorites - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAggregates(Boolean includeAggregates)
includeAggregates - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAggregates(String includeAggregates)
includeAggregates - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAvailableAggregates(Boolean includeAvailableAggregates)
includeAvailableAggregates - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAvailableAggregates(String includeAvailableAggregates)
includeAvailableAggregates - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAvailableBreakdowns(Boolean includeAvailableBreakdowns)
includeAvailableBreakdowns - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeAvailableBreakdowns(String includeAvailableBreakdowns)
includeAvailableBreakdowns - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeScoreNotes(Boolean includeScoreNotes)
includeScoreNotes - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeScoreNotes(String includeScoreNotes)
includeScoreNotes - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeScores(Boolean includeScores)
includeScores - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder includeScores(String includeScores)
includeScores - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder inputDisplayValue(Boolean inputDisplayValue)
inputDisplayValue - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder inputDisplayValue(String inputDisplayValue)
inputDisplayValue - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder key(Boolean key)
key - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder key(String key)
key - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder models(String key, Object value)
key - the option keyvalue - the option valuedefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder models(Map values)
values - the valuesdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder perPage(Integer perPage)
perPage - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder perPage(String perPage)
perPage - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder release(ServiceNowEndpointBuilderFactory.ServiceNowRelease release)
release - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder release(String release)
release - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder requestModels(String key, Object value)
key - the option keyvalue - the option valuedefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder requestModels(Map values)
values - the valuesdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder resource(String resource)
resource - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder responseModels(String key, Object value)
key - the option keyvalue - the option valuedefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder responseModels(Map values)
values - the valuesdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder sortBy(String sortBy)
sortBy - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder sortDir(String sortDir)
sortDir - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder suppressAutoSysField(Boolean suppressAutoSysField)
suppressAutoSysField - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder suppressAutoSysField(String suppressAutoSysField)
suppressAutoSysField - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder suppressPaginationHeader(Boolean suppressPaginationHeader)
suppressPaginationHeader - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder suppressPaginationHeader(String suppressPaginationHeader)
suppressPaginationHeader - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder table(String table)
table - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder target(Boolean target)
target - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder target(String target)
target - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder topLevelOnly(Boolean topLevelOnly)
topLevelOnly - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder topLevelOnly(String topLevelOnly)
topLevelOnly - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder apiUrl(String apiUrl)
apiUrl - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder oauthClientId(String oauthClientId)
oauthClientId - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder oauthClientSecret(String oauthClientSecret)
oauthClientSecret - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder oauthTokenUrl(String oauthTokenUrl)
oauthTokenUrl - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder password(String password)
password - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyPassword(String proxyPassword)
proxyPassword - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder proxyUserName(String proxyUserName)
proxyUserName - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder sslContextParameters(Object sslContextParameters)
sslContextParameters - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder sslContextParameters(String sslContextParameters)
sslContextParameters - the value to setdefault ServiceNowEndpointBuilderFactory.ServiceNowEndpointBuilder userName(String userName)
userName - the value to setApache Camel