Package org.bremersee.test.web
Interface RestApiTesterPath.Builder
-
- All Known Implementing Classes:
RestApiTesterPath.BuilderImpl
- Enclosing interface:
- RestApiTesterPath
public static interface RestApiTesterPath.BuilderThe path builder interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestApiTesterPath.Builderadd(RestApiTesterPath.PathType stepType, String value)Add step and value.RestApiTesterPathbuild()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
-
-