Uses of Class
com.onfido.model.WatchlistMonitor
-
Packages that use WatchlistMonitor Package Description com.onfido.api com.onfido.model -
-
Uses of WatchlistMonitor in com.onfido.api
Methods in com.onfido.api that return WatchlistMonitor Modifier and Type Method Description WatchlistMonitorDefaultApi. createWatchlistMonitor(WatchlistMonitorBuilder watchlistMonitorBuilder)Create monitor Creates a new monitor for the applicantWatchlistMonitorDefaultApi. findWatchlistMonitor(UUID monitorId)Retrieve monitor Retrieves a single monitorMethods in com.onfido.api that return types with arguments of type WatchlistMonitor Modifier and Type Method Description ApiResponse<WatchlistMonitor>DefaultApi. createWatchlistMonitorWithHttpInfo(WatchlistMonitorBuilder watchlistMonitorBuilder)Create monitor Creates a new monitor for the applicantApiResponse<WatchlistMonitor>DefaultApi. findWatchlistMonitorWithHttpInfo(UUID monitorId)Retrieve monitor Retrieves a single monitorMethod parameters in com.onfido.api with type arguments of type WatchlistMonitor Modifier and Type Method Description okhttp3.CallDefaultApi. createWatchlistMonitorAsync(WatchlistMonitorBuilder watchlistMonitorBuilder, ApiCallback<WatchlistMonitor> _callback)Create monitor (asynchronously) Creates a new monitor for the applicantokhttp3.CallDefaultApi. findWatchlistMonitorAsync(UUID monitorId, ApiCallback<WatchlistMonitor> _callback)Retrieve monitor (asynchronously) Retrieves a single monitor -
Uses of WatchlistMonitor in com.onfido.model
Methods in com.onfido.model that return WatchlistMonitor Modifier and Type Method Description WatchlistMonitorWatchlistMonitor. addTagsItem(String tagsItem)WatchlistMonitorWatchlistMonitor. applicantId(UUID applicantId)WatchlistMonitorWatchlistMonitor. createdAt(OffsetDateTime createdAt)WatchlistMonitorWatchlistMonitor. deletedAt(OffsetDateTime deletedAt)static WatchlistMonitorWatchlistMonitor. fromJson(String jsonString)Create an instance of WatchlistMonitor given an JSON stringWatchlistMonitorWatchlistMonitor. id(UUID id)WatchlistMonitorWatchlistMonitor. isSandbox(Boolean isSandbox)WatchlistMonitorWatchlistMonitor. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WatchlistMonitorWatchlistMonitor. reportName(WatchlistMonitor.ReportNameEnum reportName)WatchlistMonitorWatchlistMonitor. tags(List<String> tags)Methods in com.onfido.model that return types with arguments of type WatchlistMonitor Modifier and Type Method Description List<WatchlistMonitor>WatchlistMonitorsList. getMonitors()Get monitorsMethods in com.onfido.model with parameters of type WatchlistMonitor Modifier and Type Method Description WatchlistMonitorsListWatchlistMonitorsList. addMonitorsItem(WatchlistMonitor monitorsItem)Method parameters in com.onfido.model with type arguments of type WatchlistMonitor Modifier and Type Method Description WatchlistMonitorsListWatchlistMonitorsList. monitors(List<WatchlistMonitor> monitors)voidWatchlistMonitorsList. setMonitors(List<WatchlistMonitor> monitors)
-