Uses of Class
com.adyen.model.capital.JSONObject
-
Packages that use JSONObject Package Description com.adyen.model.capital -
-
Uses of JSONObject in com.adyen.model.capital
Methods in com.adyen.model.capital 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.capital with parameters of type JSONObject Modifier and Type Method Description RestServiceErrorRestServiceError. response(JSONObject response)voidRestServiceError. setResponse(JSONObject response)
-