Uses of Class
com.onfido.model.WatchlistMonitorMatchesList
-
Packages that use WatchlistMonitorMatchesList Package Description com.onfido.api com.onfido.model -
-
Uses of WatchlistMonitorMatchesList in com.onfido.api
Methods in com.onfido.api that return WatchlistMonitorMatchesList Modifier and Type Method Description WatchlistMonitorMatchesListDefaultApi. listWatchlistMonitorMatches(UUID monitorId)List matches (BETA) List match IDs on this monitor, as well as their enabled/disabled statusWatchlistMonitorMatchesListDefaultApi. updateWatchlistMonitorMatch(UUID monitorId, WatchlistMonitorMatchesUpdater watchlistMonitorMatchesUpdater)Set match status (BETA) Update the status of the given matchesMethods in com.onfido.api that return types with arguments of type WatchlistMonitorMatchesList Modifier and Type Method Description ApiResponse<WatchlistMonitorMatchesList>DefaultApi. listWatchlistMonitorMatchesWithHttpInfo(UUID monitorId)List matches (BETA) List match IDs on this monitor, as well as their enabled/disabled statusApiResponse<WatchlistMonitorMatchesList>DefaultApi. updateWatchlistMonitorMatchWithHttpInfo(UUID monitorId, WatchlistMonitorMatchesUpdater watchlistMonitorMatchesUpdater)Set match status (BETA) Update the status of the given matchesMethod parameters in com.onfido.api with type arguments of type WatchlistMonitorMatchesList Modifier and Type Method Description okhttp3.CallDefaultApi. listWatchlistMonitorMatchesAsync(UUID monitorId, ApiCallback<WatchlistMonitorMatchesList> _callback)List matches (BETA) (asynchronously) List match IDs on this monitor, as well as their enabled/disabled statusokhttp3.CallDefaultApi. updateWatchlistMonitorMatchAsync(UUID monitorId, WatchlistMonitorMatchesUpdater watchlistMonitorMatchesUpdater, ApiCallback<WatchlistMonitorMatchesList> _callback)Set match status (BETA) (asynchronously) Update the status of the given matches -
Uses of WatchlistMonitorMatchesList in com.onfido.model
Methods in com.onfido.model that return WatchlistMonitorMatchesList Modifier and Type Method Description WatchlistMonitorMatchesListWatchlistMonitorMatchesList. addMatchesItem(WatchlistMonitorMatch matchesItem)static WatchlistMonitorMatchesListWatchlistMonitorMatchesList. fromJson(String jsonString)Create an instance of WatchlistMonitorMatchesList given an JSON stringWatchlistMonitorMatchesListWatchlistMonitorMatchesList. matches(List<WatchlistMonitorMatch> matches)WatchlistMonitorMatchesListWatchlistMonitorMatchesList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-