Class RestResponse

java.lang.Object
org.alfresco.rest.core.RestResponse
Direct Known Subclasses:
RestTextResponse

public class RestResponse extends Object
Defines a Rest Response
Author:
Paul Brodner
  • Constructor Details

    • RestResponse

      public RestResponse(io.restassured.response.Response response)
  • Method Details

    • getStatusCode

      public String getStatusCode()
    • getResponse

      public io.restassured.response.Response getResponse()
    • setResponse

      public void setResponse(io.restassured.response.Response response)
    • toModel

      public <T> T toModel(Class<T> classz)
    • assertThat

      public io.restassured.response.ValidatableResponse assertThat()