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