Searched refs:FIELD_BODY_STR (Results 1 – 1 of 1) sorted by relevance
50 public static final String FIELD_BODY_STR = "body_str"; field in ScenarioLoader141 } else if (json.has(FIELD_BODY_STR)) { in parseResponse()142 builder.setBody(json.getString(FIELD_BODY_STR)); in parseResponse()