Uses of Class
com.adyen.model.configurationwebhooks.JSONObject
-
Packages that use JSONObject Package Description com.adyen.model.configurationwebhooks -
-
Uses of JSONObject in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks 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 stringJSONObjectAccountHolderCapability. getAllowedSettings()Get allowedSettingsJSONObjectAccountHolderCapability. getRequestedSettings()Get requestedSettingsJSONObjectJSONObject. paths(List<JSONPath> paths)JSONObjectJSONObject. rootPath(JSONPath rootPath)Methods in com.adyen.model.configurationwebhooks with parameters of type JSONObject Modifier and Type Method Description AccountHolderCapabilityAccountHolderCapability. allowedSettings(JSONObject allowedSettings)AccountHolderCapabilityAccountHolderCapability. requestedSettings(JSONObject requestedSettings)voidAccountHolderCapability. setAllowedSettings(JSONObject allowedSettings)voidAccountHolderCapability. setRequestedSettings(JSONObject requestedSettings)
-