Uses of Class
com.adyen.model.transfers.JSONPath
-
Packages that use JSONPath Package Description com.adyen.model.transfers -
-
Uses of JSONPath in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers that return types with arguments of type JSONPath Modifier and Type Method Description List<JSONPath>JSONObject. getPaths()Get pathsMethods in com.adyen.model.transfers 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.transfers with type arguments of type JSONPath Modifier and Type Method Description JSONObjectJSONObject. paths(List<JSONPath> paths)voidJSONObject. setPaths(List<JSONPath> paths)
-