public static interface WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder |
advanced() |
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
clientId(String clientId)
Workday client Id generated by API client for integrations.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
clientSecret(String clientSecret)
Workday client Secret generated by API client for integrations.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
host(String host)
Workday Host name.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
reportFormat(String reportFormat)
Workday Report as a service output format.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
tenant(String tenant)
Workday Tenant name.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
tokenRefresh(String tokenRefresh)
Workday token Refresh generated for integrations system user.
|
default WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder advanced()
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder reportFormat(String reportFormat)
reportFormat - the value to setdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder host(String host)
host - the value to setdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder clientId(String clientId)
clientId - the value to setdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder clientSecret(String clientSecret)
clientSecret - the value to setdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder tokenRefresh(String tokenRefresh)
tokenRefresh - the value to setdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder tenant(String tenant)
tenant - the value to setApache Camel