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

public class Put
extends RestInteraction
Put something to a REST resource. This is a simple interaction class suitable for simple queries.
  • Constructor Summary

    Constructors
    Constructor Description
    Put​(java.lang.String resource)  
  • Method Summary

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T actor)  
    static Put to​(java.lang.String resource)  

    Methods inherited from class net.serenitybdd.screenplay.rest.interactions.RestInteraction

    isSilent, rest, with, with, withNoReporting, withRequest, withRequest

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    then
  • Constructor Details

    • Put

      public Put​(java.lang.String resource)
  • Method Details

    • performAs

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

      public static Put to​(java.lang.String resource)