Uses of Interface
net.serenitybdd.screenplay.rest.questions.RestQueryFunction
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.rest.interactions | |
| net.serenitybdd.screenplay.rest.questions |
-
Uses of RestQueryFunction in net.serenitybdd.screenplay.rest.interactions
Methods in net.serenitybdd.screenplay.rest.interactions with parameters of type RestQueryFunction Modifier and Type Method Description RestInteractionRestInteraction. with(RestQueryFunction restConfiguration)RestInteractionRestInteraction. withRequest(RestQueryFunction restConfiguration)Method parameters in net.serenitybdd.screenplay.rest.interactions with type arguments of type RestQueryFunction Modifier and Type Method Description RestInteractionRestInteraction. with(java.util.List<RestQueryFunction> restConfigurations)RestInteractionRestInteraction. withRequest(java.util.List<RestQueryFunction> restConfigurations) -
Uses of RestQueryFunction in net.serenitybdd.screenplay.rest.questions
Methods in net.serenitybdd.screenplay.rest.questions with parameters of type RestQueryFunction Modifier and Type Method Description Returning<T>RestQuestionBuilder. with(RestQueryFunction query)Returning<T>Returning. with(RestQueryFunction query)Constructor parameters in net.serenitybdd.screenplay.rest.questions with type arguments of type RestQueryFunction Constructor Description RestQuestion(java.lang.String name, java.lang.String endpoint, java.util.List<RestQueryFunction> queries, java.util.function.Function<io.restassured.response.Response,T> result)