Class RobotFrameworkEndpointBuilderFactory.RobotFrameworkHeaderNameBuilder

  • Enclosing interface:
    RobotFrameworkEndpointBuilderFactory

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

      • RobotFrameworkHeaderNameBuilder

        public RobotFrameworkHeaderNameBuilder()
    • Method Detail

      • 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.