Uses of Class
com.onfido.model.WatchlistMonitorMatchesUpdater
-
Packages that use WatchlistMonitorMatchesUpdater Package Description com.onfido.api com.onfido.model -
-
Uses of WatchlistMonitorMatchesUpdater in com.onfido.api
Methods in com.onfido.api with parameters of type WatchlistMonitorMatchesUpdater Modifier and Type Method Description WatchlistMonitorMatchesListDefaultApi. updateWatchlistMonitorMatch(UUID monitorId, WatchlistMonitorMatchesUpdater watchlistMonitorMatchesUpdater)Set match status (BETA) Update the status of the given matchesokhttp3.CallDefaultApi. updateWatchlistMonitorMatchAsync(UUID monitorId, WatchlistMonitorMatchesUpdater watchlistMonitorMatchesUpdater, ApiCallback<WatchlistMonitorMatchesList> _callback)Set match status (BETA) (asynchronously) Update the status of the given matchesokhttp3.CallDefaultApi. updateWatchlistMonitorMatchCall(UUID monitorId, WatchlistMonitorMatchesUpdater watchlistMonitorMatchesUpdater, ApiCallback _callback)Build call for updateWatchlistMonitorMatchApiResponse<WatchlistMonitorMatchesList>DefaultApi. updateWatchlistMonitorMatchWithHttpInfo(UUID monitorId, WatchlistMonitorMatchesUpdater watchlistMonitorMatchesUpdater)Set match status (BETA) Update the status of the given matches -
Uses of WatchlistMonitorMatchesUpdater in com.onfido.model
Methods in com.onfido.model that return WatchlistMonitorMatchesUpdater Modifier and Type Method Description WatchlistMonitorMatchesUpdaterWatchlistMonitorMatchesUpdater. addDisableItem(UUID disableItem)WatchlistMonitorMatchesUpdaterWatchlistMonitorMatchesUpdater. addEnableItem(UUID enableItem)WatchlistMonitorMatchesUpdaterWatchlistMonitorMatchesUpdater. disable(List<UUID> disable)WatchlistMonitorMatchesUpdaterWatchlistMonitorMatchesUpdater. enable(List<UUID> enable)static WatchlistMonitorMatchesUpdaterWatchlistMonitorMatchesUpdater. fromJson(String jsonString)Create an instance of WatchlistMonitorMatchesUpdater given an JSON stringWatchlistMonitorMatchesUpdaterWatchlistMonitorMatchesUpdater. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-