Interface RestApiComparatorPath.Builder
- All Known Implementing Classes:
RestApiComparatorPath.BuilderImpl
- Enclosing interface:
RestApiComparatorPath
public static interface RestApiComparatorPath.Builder
The path builder interface.
-
Method Summary
Modifier and TypeMethodDescriptionadd(RestApiComparatorPath.PathType stepType, String value) Add step and value.build()Build rest api tester path.
-
Method Details
-
add
Add step and value.- Parameters:
stepType- the step typevalue- the value- Returns:
- the builder
-
build
RestApiComparatorPath build()Build rest api tester path.- Returns:
- the rest api tester path
-