public static interface WorkdayEndpointBuilderFactory.WorkdayBuilders
| Modifier and Type | Method and Description |
|---|---|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
workday(String path)
Workday (camel-workday)
Detect and parse documents using Workday.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder |
workday(String componentName,
String path)
Workday (camel-workday)
Detect and parse documents using Workday.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder workday(String path)
workday:entity:path
Path parameter: entity (required)
The entity to be requested or subscribed via API.
There are 2 enums and the value can be one of: report, commonAPI
Path parameter: path (required)
The API path to access an entity structure.path - entity:pathdefault WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder workday(String componentName, String path)
workday:entity:path
Path parameter: entity (required)
The entity to be requested or subscribed via API.
There are 2 enums and the value can be one of: report, commonAPI
Path parameter: path (required)
The API path to access an entity structure.componentName - to use a custom component name for the endpoint
instead of the default namepath - entity:pathApache Camel