Package org.alfresco.rest.core
Class RestResponse
java.lang.Object
org.alfresco.rest.core.RestResponse
- Direct Known Subclasses:
RestTextResponse
Defines a Rest Response
- Author:
- Paul Brodner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.restassured.response.ValidatableResponseio.restassured.response.ResponsevoidsetResponse(io.restassured.response.Response response) <T> T
-
Constructor Details
-
RestResponse
public RestResponse(io.restassured.response.Response response)
-
-
Method Details
-
getStatusCode
-
getResponse
public io.restassured.response.Response getResponse() -
setResponse
public void setResponse(io.restassured.response.Response response) -
toModel
-
assertThat
public io.restassured.response.ValidatableResponse assertThat()
-