Uses of Class
net.serenitybdd.screenplay.rest.interactions.RestInteraction
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.rest.interactions |
-
Uses of RestInteraction in net.serenitybdd.screenplay.rest.interactions
Subclasses of RestInteraction in net.serenitybdd.screenplay.rest.interactions Modifier and Type Class Description classDeletePut something to a REST resource.classGetPerform a GET query on a given REST resourceclassHeadPath something to a REST resource.classOptionsPath something to a REST resource.classPatchAn OPTIONS query This is a simple interaction class suitable for simple queries.classPostPost something to a REST resource.classPutPut something to a REST resource.Methods in net.serenitybdd.screenplay.rest.interactions that return RestInteraction Modifier and Type Method Description RestInteractionRestInteraction. with(java.util.List<RestQueryFunction> restConfigurations)RestInteractionRestInteraction. with(RestQueryFunction restConfiguration)RestInteractionRestInteraction. withNoReporting()RestInteractionRestInteraction. withRequest(java.util.List<RestQueryFunction> restConfigurations)RestInteractionRestInteraction. withRequest(RestQueryFunction restConfiguration)