Class RobotFrameworkEndpointBuilderFactory.RobotFrameworkHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.RobotFrameworkEndpointBuilderFactory.RobotFrameworkHeaderNameBuilder
Enclosing interface:
RobotFrameworkEndpointBuilderFactory

public static class RobotFrameworkEndpointBuilderFactory.RobotFrameworkHeaderNameBuilder extends Object
The builder of headers' name for the Robot Framework component.
  • Constructor Details

    • RobotFrameworkHeaderNameBuilder

      public RobotFrameworkHeaderNameBuilder()
  • Method Details

    • robotVariables

      public String robotVariables()
      The robot variables. The option is a: List<String> type. Group: common
      Returns:
      the name of the header RobotVariables.
    • robotReturnCode

      public String robotReturnCode()
      The return code. The option is a: Integer type. Group: common
      Returns:
      the name of the header RobotReturnCode.
    • robotResourceUri

      public String robotResourceUri()
      The new resource URI. The option is a: String type. Group: common
      Returns:
      the name of the header RobotResourceUri.