Uses of Interface
net.serenitybdd.screenplay.rest.questions.RestQueryFunction
Packages that use RestQueryFunction
Package
Description
-
Uses of RestQueryFunction in net.serenitybdd.screenplay.rest.interactions
Methods in net.serenitybdd.screenplay.rest.interactions with parameters of type RestQueryFunctionModifier and TypeMethodDescriptionRestInteraction.with(RestQueryFunction restConfiguration) RestInteraction.withRequest(RestQueryFunction restConfiguration) Method parameters in net.serenitybdd.screenplay.rest.interactions with type arguments of type RestQueryFunctionModifier and TypeMethodDescriptionRestInteraction.with(List<RestQueryFunction> restConfigurations) RestInteraction.withRequest(List<RestQueryFunction> restConfigurations) -
Uses of RestQueryFunction in net.serenitybdd.screenplay.rest.questions
Methods in net.serenitybdd.screenplay.rest.questions with parameters of type RestQueryFunctionModifier and TypeMethodDescriptionRestQuestionBuilder.with(RestQueryFunction query) Returning.with(RestQueryFunction query) Constructor parameters in net.serenitybdd.screenplay.rest.questions with type arguments of type RestQueryFunctionModifierConstructorDescriptionRestQuestion(String name, String endpoint, List<RestQueryFunction> queries, Function<io.restassured.response.Response, T> result)