Uses of Class
com.confidentify.client.model.PhoneRequestRecord
-
Packages that use PhoneRequestRecord Package Description com.confidentify.client.model -
-
Uses of PhoneRequestRecord in com.confidentify.client.model
Methods in com.confidentify.client.model that return PhoneRequestRecord Modifier and Type Method Description PhoneRequestRecordPhoneRequestRecord. country(String country)PhoneRequestRecordPhoneRequestRecord. id(String id)PhoneRequestRecordPhoneRequestRecord. phone(String phone)Methods in com.confidentify.client.model that return types with arguments of type PhoneRequestRecord Modifier and Type Method Description List<PhoneRequestRecord>PhoneRequest. getRecords()Get recordsMethods in com.confidentify.client.model with parameters of type PhoneRequestRecord Modifier and Type Method Description PhoneRequestPhoneRequest. addRecordsItem(PhoneRequestRecord recordsItem)Method parameters in com.confidentify.client.model with type arguments of type PhoneRequestRecord Modifier and Type Method Description PhoneRequestPhoneRequest. records(List<PhoneRequestRecord> records)voidPhoneRequest. setRecords(List<PhoneRequestRecord> records)
-