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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe new resource URI.The return code.The robot variables.
-
Constructor Details
-
RobotFrameworkHeaderNameBuilder
public RobotFrameworkHeaderNameBuilder()
-
-
Method Details
-
robotVariables
The robot variables. The option is a:List<String>type. Group: common- Returns:
- the name of the header
RobotVariables.
-
robotReturnCode
The return code. The option is a:Integertype. Group: common- Returns:
- the name of the header
RobotReturnCode.
-
robotResourceUri
The new resource URI. The option is a:Stringtype. Group: common- Returns:
- the name of the header
RobotResourceUri.
-