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 Details

    • RestTextResponse

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

    • getJsonObject

      public com.google.gson.JsonObject getJsonObject()
    • getJsonValueByPath

      public String getJsonValueByPath(String path)
    • getJsonObjectByPath

      public org.json.simple.JSONObject getJsonObjectByPath(String path)