Interface WorkdayEndpointBuilderFactory.WorkdayBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
WorkdayEndpointBuilderFactory

public static interface WorkdayEndpointBuilderFactory.WorkdayBuilders
  • Method Details

    • workday

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

      Workday (camel-workday) Detect and parse documents using Workday. Category: cloud,api,saas 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,saas 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