Uses of Class
com.onfido.model.WatchlistStandardProperties
-
Packages that use WatchlistStandardProperties Package Description com.onfido.model -
-
Uses of WatchlistStandardProperties in com.onfido.model
Methods in com.onfido.model that return WatchlistStandardProperties Modifier and Type Method Description WatchlistStandardPropertiesWatchlistStandardProperties. addRecordsItem(String recordsItem)static WatchlistStandardPropertiesWatchlistStandardProperties. fromJson(String jsonString)Create an instance of WatchlistStandardProperties given an JSON stringWatchlistStandardPropertiesWatchlistPepsOnlyReport. getProperties()Get propertiesWatchlistStandardPropertiesWatchlistSanctionsOnlyReport. getProperties()Get propertiesWatchlistStandardPropertiesWatchlistStandardReport. getProperties()Get propertiesWatchlistStandardPropertiesWatchlistStandardProperties. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WatchlistStandardPropertiesWatchlistStandardProperties. records(List<String> records)Deprecated.Methods in com.onfido.model with parameters of type WatchlistStandardProperties Modifier and Type Method Description WatchlistPepsOnlyReportWatchlistPepsOnlyReport. properties(WatchlistStandardProperties properties)WatchlistSanctionsOnlyReportWatchlistSanctionsOnlyReport. properties(WatchlistStandardProperties properties)WatchlistStandardReportWatchlistStandardReport. properties(WatchlistStandardProperties properties)voidWatchlistPepsOnlyReport. setProperties(WatchlistStandardProperties properties)voidWatchlistSanctionsOnlyReport. setProperties(WatchlistStandardProperties properties)voidWatchlistStandardReport. setProperties(WatchlistStandardProperties properties)
-