Uses of Class
com.onfido.model.WatchlistMonitorMatch
-
Packages that use WatchlistMonitorMatch Package Description com.onfido.model -
-
Uses of WatchlistMonitorMatch in com.onfido.model
Methods in com.onfido.model that return WatchlistMonitorMatch Modifier and Type Method Description WatchlistMonitorMatchWatchlistMonitorMatch. enabled(Boolean enabled)static WatchlistMonitorMatchWatchlistMonitorMatch. fromJson(String jsonString)Create an instance of WatchlistMonitorMatch given an JSON stringWatchlistMonitorMatchWatchlistMonitorMatch. id(UUID id)WatchlistMonitorMatchWatchlistMonitorMatch. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in com.onfido.model that return types with arguments of type WatchlistMonitorMatch Modifier and Type Method Description List<WatchlistMonitorMatch>WatchlistMonitorMatchesList. getMatches()Get matchesMethods in com.onfido.model with parameters of type WatchlistMonitorMatch Modifier and Type Method Description WatchlistMonitorMatchesListWatchlistMonitorMatchesList. addMatchesItem(WatchlistMonitorMatch matchesItem)Method parameters in com.onfido.model with type arguments of type WatchlistMonitorMatch Modifier and Type Method Description WatchlistMonitorMatchesListWatchlistMonitorMatchesList. matches(List<WatchlistMonitorMatch> matches)voidWatchlistMonitorMatchesList. setMatches(List<WatchlistMonitorMatch> matches)
-