Uses of Class
com.adyen.model.balanceplatform.JSONObject
-
Packages that use JSONObject Package Description com.adyen.model.balanceplatform -
-
Uses of JSONObject in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return JSONObject Modifier and Type Method Description JSONObjectJSONObject. addPathsItem(JSONPath pathsItem)static JSONObjectJSONObject. fromJson(String jsonString)Create an instance of JSONObject given an JSON stringJSONObjectRestServiceError. getResponse()Get responseJSONObjectJSONObject. paths(List<JSONPath> paths)JSONObjectJSONObject. rootPath(JSONPath rootPath)Methods in com.adyen.model.balanceplatform with parameters of type JSONObject Modifier and Type Method Description RestServiceErrorRestServiceError. response(JSONObject response)voidRestServiceError. setResponse(JSONObject response)
-