Uses of Class
com.confidentify.client.model.ProcessorOutcome
-
Packages that use ProcessorOutcome Package Description com.confidentify.client.model -
-
Uses of ProcessorOutcome in com.confidentify.client.model
Methods in com.confidentify.client.model that return ProcessorOutcome Modifier and Type Method Description ProcessorOutcomeProcessorOutcome. addInfoItem(String infoItem)ProcessorOutcomeProcessorOutcome. addWarnItem(String warnItem)ProcessorOutcomeEmailResponseRecord. getOutcome()Get outcomeProcessorOutcomeOrganizationNameResponseRecord. getOutcome()Get outcomeProcessorOutcomePersonNameResponseRecord. getOutcome()Get outcomeProcessorOutcomeProcessorOutcome. info(List<String> info)ProcessorOutcomeProcessorOutcome. verdict(ProcessorVerdict verdict)ProcessorOutcomeProcessorOutcome. warn(List<String> warn)Methods in com.confidentify.client.model with parameters of type ProcessorOutcome Modifier and Type Method Description EmailResponseRecordEmailResponseRecord. outcome(ProcessorOutcome outcome)OrganizationNameResponseRecordOrganizationNameResponseRecord. outcome(ProcessorOutcome outcome)PersonNameResponseRecordPersonNameResponseRecord. outcome(ProcessorOutcome outcome)voidEmailResponseRecord. setOutcome(ProcessorOutcome outcome)voidOrganizationNameResponseRecord. setOutcome(ProcessorOutcome outcome)voidPersonNameResponseRecord. setOutcome(ProcessorOutcome outcome)
-