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 Constructor Description RobotFrameworkHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringrobotResourceUri()The new resource URI.StringrobotReturnCode()The return code.StringrobotVariables()The robot variables.
-
-
-
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:Integertype. Group: common- Returns:
- the name of the header
RobotReturnCode.
-
robotResourceUri
public String robotResourceUri()
The new resource URI. The option is a:Stringtype. Group: common- Returns:
- the name of the header
RobotResourceUri.
-
-