Interface WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- WorkdayEndpointBuilderFactory
public static interface WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilderBuilder for endpoint for the Workday component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilderadvanced()default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilderclientId(String clientId)Workday client Id generated by API client for integrations.default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilderclientSecret(String clientSecret)Workday client Secret generated by API client for integrations.default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilderhost(String host)Workday Host name.default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilderreportFormat(String reportFormat)Workday Report as a service output format.default WorkdayEndpointBuilderFactory.WorkdayEndpointBuildertenant(String tenant)Workday Tenant name.default WorkdayEndpointBuilderFactory.WorkdayEndpointBuildertokenRefresh(String tokenRefresh)Workday token Refresh generated for integrations system user.
-
-
-
Method Detail
-
advanced
default WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointBuilder advanced()
-
reportFormat
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder reportFormat(String reportFormat)
Workday Report as a service output format. The option is a: <code>java.lang.String</code> type. Default: json Group: format- Parameters:
reportFormat- the value to set- Returns:
- the dsl builder
-
host
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder host(String host)
Workday Host name. The option is a: <code>java.lang.String</code> type. Required: true Group: host- Parameters:
host- the value to set- Returns:
- the dsl builder
-
clientId
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder clientId(String clientId)
Workday client Id generated by API client for integrations. The option is a: <code>java.lang.String</code> type. Required: true Group: security- Parameters:
clientId- the value to set- Returns:
- the dsl builder
-
clientSecret
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder clientSecret(String clientSecret)
Workday client Secret generated by API client for integrations. The option is a: <code>java.lang.String</code> type. Required: true Group: security- Parameters:
clientSecret- the value to set- Returns:
- the dsl builder
-
tokenRefresh
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder tokenRefresh(String tokenRefresh)
Workday token Refresh generated for integrations system user. The option is a: <code>java.lang.String</code> type. Required: true Group: security- Parameters:
tokenRefresh- the value to set- Returns:
- the dsl builder
-
tenant
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder tenant(String tenant)
Workday Tenant name. The option is a: <code>java.lang.String</code> type. Required: true Group: tenant- Parameters:
tenant- the value to set- Returns:
- the dsl builder
-
-