java.lang.Object
net.serenitybdd.screenplay.rest.interactions.RestInteraction
net.serenitybdd.screenplay.rest.interactions.Patch
All Implemented Interfaces:
net.serenitybdd.core.SkipNested, net.serenitybdd.markers.CanBeSilent, net.serenitybdd.markers.DisableScreenshots, Interaction, Performable

public class Patch extends RestInteraction
An OPTIONS query This is a simple interaction class suitable for simple queries.
  • Constructor Details

    • Patch

      public Patch(String resource)
  • Method Details

    • performAs

      public <T extends Actor> void performAs(T actor)
    • to

      public static Patch to(String resource)