Uses of Class
com.onfido.model.WatchlistMonitorShared.ReportNameEnum
-
Packages that use WatchlistMonitorShared.ReportNameEnum Package Description com.onfido.model -
-
Uses of WatchlistMonitorShared.ReportNameEnum in com.onfido.model
Methods in com.onfido.model that return WatchlistMonitorShared.ReportNameEnum Modifier and Type Method Description static WatchlistMonitorShared.ReportNameEnumWatchlistMonitorShared.ReportNameEnum. fromValue(String value)WatchlistMonitorShared.ReportNameEnumWatchlistMonitorShared. getReportName()The name of the report type the monitor creates.WatchlistMonitorShared.ReportNameEnumWatchlistMonitorShared.ReportNameEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WatchlistMonitorShared.ReportNameEnumWatchlistMonitorShared.ReportNameEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WatchlistMonitorShared.ReportNameEnum[]WatchlistMonitorShared.ReportNameEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type WatchlistMonitorShared.ReportNameEnum Modifier and Type Method Description WatchlistMonitorSharedWatchlistMonitorShared. reportName(WatchlistMonitorShared.ReportNameEnum reportName)voidWatchlistMonitorShared. setReportName(WatchlistMonitorShared.ReportNameEnum reportName)voidWatchlistMonitorShared.ReportNameEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WatchlistMonitorShared.ReportNameEnum enumeration)
-