Class Patch
java.lang.Object
net.serenitybdd.screenplay.rest.interactions.RestInteraction
net.serenitybdd.screenplay.rest.interactions.Patch
- All Implemented Interfaces:
SkipNested,CanBeSilent,DisableScreenshots,Interaction,Performable
public class Patch extends RestInteraction
An OPTIONS query
This is a simple interaction class suitable for simple queries.
-
Constructor Summary
Constructors Constructor Description Patch(java.lang.String resource) -
Method Summary
Methods inherited from class net.serenitybdd.screenplay.rest.interactions.RestInteraction
isSilent, rest, with, with, withNoReporting, withRequest, withRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Constructor Details
-
Patch
public Patch(java.lang.String resource)
-
-
Method Details
-
performAs
-
to
-