Uses of Class
com.confidentify.client.model.PersonNameResponseRecord
-
Packages that use PersonNameResponseRecord Package Description com.confidentify.client.model -
-
Uses of PersonNameResponseRecord in com.confidentify.client.model
Methods in com.confidentify.client.model that return PersonNameResponseRecord Modifier and Type Method Description PersonNameResponseRecordPersonNameResponseRecord. addEntitiesItem(PersonNameResponseRecordEntity entitiesItem)PersonNameResponseRecordPersonNameResponseRecord. entities(List<PersonNameResponseRecordEntity> entities)PersonNameResponseRecordPersonNameResponseRecord. id(String id)PersonNameResponseRecordPersonNameResponseRecord. outcome(ProcessorOutcome outcome)Methods in com.confidentify.client.model that return types with arguments of type PersonNameResponseRecord Modifier and Type Method Description List<PersonNameResponseRecord>PersonNameResponse. getRecords()Get recordsMethods in com.confidentify.client.model with parameters of type PersonNameResponseRecord Modifier and Type Method Description PersonNameResponsePersonNameResponse. addRecordsItem(PersonNameResponseRecord recordsItem)Method parameters in com.confidentify.client.model with type arguments of type PersonNameResponseRecord Modifier and Type Method Description PersonNameResponsePersonNameResponse. records(List<PersonNameResponseRecord> records)voidPersonNameResponse. setRecords(List<PersonNameResponseRecord> records)
-