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)
boolean type.
Default: false
Group: producerdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder reportFormat(String reportFormat)
java.lang.String type.
Default: json
Group: formatdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder host(String host)
java.lang.String type.
Required: true
Group: hostdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder clientId(String clientId)
java.lang.String type.
Required: true
Group: securitydefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder clientSecret(String clientSecret)
java.lang.String type.
Required: true
Group: securitydefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder tokenRefresh(String tokenRefresh)
java.lang.String type.
Required: true
Group: securitydefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder tenant(String tenant)
java.lang.String type.
Required: true
Group: tenantApache Camel