Uses of Class
com.confidentify.client.model.ProcessorVerdict
-
Packages that use ProcessorVerdict Package Description com.confidentify.client.model -
-
Uses of ProcessorVerdict in com.confidentify.client.model
Methods in com.confidentify.client.model that return ProcessorVerdict Modifier and Type Method Description static ProcessorVerdictProcessorVerdict. fromValue(String value)ProcessorVerdictProcessorOutcome. getVerdict()Get verdictProcessorVerdictProcessorVerdict.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ProcessorVerdictProcessorVerdict. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessorVerdict[]ProcessorVerdict. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.confidentify.client.model with parameters of type ProcessorVerdict Modifier and Type Method Description voidProcessorOutcome. setVerdict(ProcessorVerdict verdict)ProcessorOutcomeProcessorOutcome. verdict(ProcessorVerdict verdict)voidProcessorVerdict.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ProcessorVerdict enumeration)
-