Package org.alfresco.rest.model
Class RestTextResponse
java.lang.Object
org.alfresco.rest.core.RestResponse
org.alfresco.rest.model.RestTextResponse
Process RestReponse of type application/text
- Author:
- Meenal Bhave
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObjectorg.json.simple.JSONObjectgetJsonObjectByPath(String path) getJsonValueByPath(String path) Methods inherited from class org.alfresco.rest.core.RestResponse
assertThat, getResponse, getStatusCode, setResponse, toModel
-
Constructor Details
-
RestTextResponse
public RestTextResponse(io.restassured.response.Response response)
-
-
Method Details
-
getJsonObject
public com.google.gson.JsonObject getJsonObject() -
getJsonValueByPath
-
getJsonObjectByPath
-