Interface WorkdayEndpointBuilderFactory.WorkdayBuilders

    • Method Detail

      • workday

        default WorkdayEndpointBuilderFactory.WorkdayHeaderNameBuilder workday()
        Workday (camel-workday) Detect and parse documents using Workday. Category: cloud,api,hcm Since: 3.1 Maven coordinates: org.apache.camel:camel-workday
        Returns:
        the dsl builder for the headers' name.
      • workday

        default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder workday​(String path)
        Workday (camel-workday) Detect and parse documents using Workday. Category: cloud,api,hcm Since: 3.1 Maven coordinates: org.apache.camel:camel-workday Syntax: 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.
        Parameters:
        path - entity:path
        Returns:
        the dsl builder
      • workday

        default WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder workday​(String componentName,
                                                                             String path)
        Workday (camel-workday) Detect and parse documents using Workday. Category: cloud,api,hcm Since: 3.1 Maven coordinates: org.apache.camel:camel-workday Syntax: 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.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - entity:path
        Returns:
        the dsl builder