Uses of Class
com.confidentify.client.model.PhoneResponseRecord
-
Packages that use PhoneResponseRecord Package Description com.confidentify.client.model -
-
Uses of PhoneResponseRecord in com.confidentify.client.model
Methods in com.confidentify.client.model that return PhoneResponseRecord Modifier and Type Method Description PhoneResponseRecordPhoneResponseRecord. id(String id)PhoneResponseRecordPhoneResponseRecord. outcome(PhoneResponseRecordProcessorOutcome outcome)PhoneResponseRecordPhoneResponseRecord. phoneCountryCode(Integer phoneCountryCode)PhoneResponseRecordPhoneResponseRecord. phoneE164(String phoneE164)PhoneResponseRecordPhoneResponseRecord. phoneInternational(String phoneInternational)PhoneResponseRecordPhoneResponseRecord. phoneNational(String phoneNational)Methods in com.confidentify.client.model that return types with arguments of type PhoneResponseRecord Modifier and Type Method Description List<PhoneResponseRecord>PhoneResponse. getRecords()Get recordsMethods in com.confidentify.client.model with parameters of type PhoneResponseRecord Modifier and Type Method Description PhoneResponsePhoneResponse. addRecordsItem(PhoneResponseRecord recordsItem)Method parameters in com.confidentify.client.model with type arguments of type PhoneResponseRecord Modifier and Type Method Description PhoneResponsePhoneResponse. records(List<PhoneResponseRecord> records)voidPhoneResponse. setRecords(List<PhoneResponseRecord> records)
-