Class RestQuery.RestQueryBuilder

java.lang.Object
net.serenitybdd.core.rest.RestQuery.RestQueryBuilder
Enclosing class:
RestQuery

public static class RestQuery.RestQueryBuilder
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    RestQueryBuilder​(RestMethod method)  
  • Method Summary

    Modifier and Type Method Description
    RestQuery andPath​(java.lang.String path)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RestQueryBuilder

      public RestQueryBuilder​(RestMethod method)
  • Method Details

    • andPath

      public RestQuery andPath​(java.lang.String path)