public abstract class RestInteraction
extends java.lang.Object
implements net.serenitybdd.screenplay.Interaction
| Constructor and Description |
|---|
RestInteraction() |
| Modifier and Type | Method and Description |
|---|---|
RestInteraction |
with(java.util.List<RestQueryFunction> restConfigurations) |
RestInteraction |
with(RestQueryFunction restConfiguration) |
public RestInteraction with(RestQueryFunction restConfiguration)
public RestInteraction with(java.util.List<RestQueryFunction> restConfigurations)