Package org.bremersee.test.web
Interface RestApiTesterPath.Builder
-
- All Known Implementing Classes:
RestApiTesterPath.BuilderImpl
- Enclosing interface:
- RestApiTesterPath
public static interface RestApiTesterPath.Builder
The path builder interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestApiTesterPath.Builder
add(RestApiTesterPath.PathType stepType, String value)
Add step and value.RestApiTesterPath
build()
Build rest api tester path.
-
-
-
Method Detail
-
add
RestApiTesterPath.Builder add(RestApiTesterPath.PathType stepType, String value)
Add step and value.- Parameters:
stepType
- the step typevalue
- the value- Returns:
- the builder
-
build
RestApiTesterPath build()
Build rest api tester path.- Returns:
- the rest api tester path
-
-