Package org.alfresco.rest.model
Class RestTextResponse
- java.lang.Object
-
- org.alfresco.rest.core.RestResponse
-
- org.alfresco.rest.model.RestTextResponse
-
public class RestTextResponse extends RestResponse
Process RestReponse of type application/text- Author:
- Meenal Bhave
-
-
Constructor Summary
Constructors Constructor Description RestTextResponse(io.restassured.response.Response response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObjectgetJsonObject()org.json.simple.JSONObjectgetJsonObjectByPath(java.lang.String path)java.lang.StringgetJsonValueByPath(java.lang.String path)-
Methods inherited from class org.alfresco.rest.core.RestResponse
assertThat, getResponse, getStatusCode, setResponse, toModel
-
-