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