Uses of Class
net.serenitybdd.screenplay.rest.interactions.RestInteraction
Packages that use RestInteraction
-
Uses of RestInteraction in net.serenitybdd.screenplay.rest.interactions
Subclasses of RestInteraction in net.serenitybdd.screenplay.rest.interactionsModifier and TypeClassDescriptionclassPut something to a REST resource.classPerform a GET query on a given REST resourceclassPath something to a REST resource.classPath something to a REST resource.classAn OPTIONS query This is a simple interaction class suitable for simple queries.classPost something to a REST resource.classPut something to a REST resource.Methods in net.serenitybdd.screenplay.rest.interactions that return RestInteractionModifier and TypeMethodDescriptionRestInteraction.with(List<RestQueryFunction> restConfigurations) RestInteraction.with(RestQueryFunction restConfiguration) RestInteraction.withNoReporting()RestInteraction.withRequest(List<RestQueryFunction> restConfigurations) RestInteraction.withRequest(RestQueryFunction restConfiguration)