Uses of Class
com.adyen.model.balanceplatform.JSONPath
-
Packages that use JSONPath Package Description com.adyen.model.balanceplatform -
-
Uses of JSONPath in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return JSONPath Modifier and Type Method Description JSONPathJSONPath. addContentItem(String contentItem)JSONPathJSONPath. content(List<String> content)static JSONPathJSONPath. fromJson(String jsonString)Create an instance of JSONPath given an JSON stringJSONPathJSONObject. getRootPath()Get rootPathMethods in com.adyen.model.balanceplatform that return types with arguments of type JSONPath Modifier and Type Method Description List<JSONPath>JSONObject. getPaths()Get pathsMethods in com.adyen.model.balanceplatform with parameters of type JSONPath Modifier and Type Method Description JSONObjectJSONObject. addPathsItem(JSONPath pathsItem)JSONObjectJSONObject. rootPath(JSONPath rootPath)voidJSONObject. setRootPath(JSONPath rootPath)Method parameters in com.adyen.model.balanceplatform with type arguments of type JSONPath Modifier and Type Method Description JSONObjectJSONObject. paths(List<JSONPath> paths)voidJSONObject. setPaths(List<JSONPath> paths)
-