Package net.serenitybdd.screenplay.rest.questions
-
Interface Summary Interface Description RestQueryFunction RestResponseFunction<T> Returning<T> To<T> -
Class Summary Class Description LastResponse ResponseConsequence RestQuestion<T> A REST query that sends a GET request to an endpoint and returns a result of a given type.RestQuestionBuilder<T> TheResponse TheResponseStatusCode -
Exception Summary Exception Description UnexpectedRestResponseException Thrown when a REEST Question receives a response with a status that is not 2xx.