Uses of Class
com.onfido.model.WatchlistMonitorResponse
-
Packages that use WatchlistMonitorResponse Package Description com.onfido.model -
-
Uses of WatchlistMonitorResponse in com.onfido.model
Methods in com.onfido.model that return WatchlistMonitorResponse Modifier and Type Method Description WatchlistMonitorResponseWatchlistMonitorResponse. createdAt(OffsetDateTime createdAt)WatchlistMonitorResponseWatchlistMonitorResponse. deletedAt(OffsetDateTime deletedAt)static WatchlistMonitorResponseWatchlistMonitorResponse. fromJson(String jsonString)Create an instance of WatchlistMonitorResponse given an JSON stringWatchlistMonitorResponseWatchlistMonitorResponse. id(UUID id)WatchlistMonitorResponseWatchlistMonitorResponse. isSandbox(Boolean isSandbox)WatchlistMonitorResponseWatchlistMonitorResponse. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-