| Package | Description |
|---|---|
| net.serenitybdd.screenplay.rest.interactions |
| Modifier and Type | Class and Description |
|---|---|
class |
Delete
Put something to a REST resource.
|
class |
Get
Perform a GET query on a given REST resource
|
class |
Head
Path something to a REST resource.
|
class |
Options
Path something to a REST resource.
|
class |
Patch
An OPTIONS query
This is a simple interaction class suitable for simple queries.
|
class |
Post
Post something to a REST resource.
|
class |
Put
Put something to a REST resource.
|
| Modifier and Type | Method and Description |
|---|---|
RestInteraction |
RestInteraction.with(List<RestQueryFunction> restConfigurations) |
RestInteraction |
RestInteraction.with(RestQueryFunction restConfiguration) |
RestInteraction |
RestInteraction.withNoReporting() |
RestInteraction |
RestInteraction.withRequest(List<RestQueryFunction> restConfigurations) |
RestInteraction |
RestInteraction.withRequest(RestQueryFunction restConfiguration) |
Copyright © 2022. All rights reserved.