Uses of Class
com.onfido.model.WatchlistMonitorsList
-
Packages that use WatchlistMonitorsList Package Description com.onfido.api com.onfido.model -
-
Uses of WatchlistMonitorsList in com.onfido.api
Methods in com.onfido.api that return WatchlistMonitorsList Modifier and Type Method Description WatchlistMonitorsListDefaultApi. listWatchlistMonitors(UUID applicantId, Boolean includeDeleted)List monitors List all available monitors for an applicantMethods in com.onfido.api that return types with arguments of type WatchlistMonitorsList Modifier and Type Method Description ApiResponse<WatchlistMonitorsList>DefaultApi. listWatchlistMonitorsWithHttpInfo(UUID applicantId, Boolean includeDeleted)List monitors List all available monitors for an applicantMethod parameters in com.onfido.api with type arguments of type WatchlistMonitorsList Modifier and Type Method Description okhttp3.CallDefaultApi. listWatchlistMonitorsAsync(UUID applicantId, Boolean includeDeleted, ApiCallback<WatchlistMonitorsList> _callback)List monitors (asynchronously) List all available monitors for an applicant -
Uses of WatchlistMonitorsList in com.onfido.model
Methods in com.onfido.model that return WatchlistMonitorsList Modifier and Type Method Description WatchlistMonitorsListWatchlistMonitorsList. addMonitorsItem(WatchlistMonitor monitorsItem)static WatchlistMonitorsListWatchlistMonitorsList. fromJson(String jsonString)Create an instance of WatchlistMonitorsList given an JSON stringWatchlistMonitorsListWatchlistMonitorsList. monitors(List<WatchlistMonitor> monitors)WatchlistMonitorsListWatchlistMonitorsList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-