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

public class Options extends RestInteraction
Path something to a REST resource. This is a simple interaction class suitable for simple queries.
  • Constructor Details

    • Options

      public Options(String resource)
  • Method Details

    • performAs

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

      public static Options to(String resource)