Uses of Class
com.confidentify.client.model.PersonNameResponse
-
Packages that use PersonNameResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of PersonNameResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return PersonNameResponse Modifier and Type Method Description PersonNameResponseProcessApi. personNamePost(PersonNameRequest personNameRequest)Process person names Processes person names and provides understanding and correction to how people are addressed.Methods in com.confidentify.client.api that return types with arguments of type PersonNameResponse Modifier and Type Method Description ApiResponse<PersonNameResponse>ProcessApi. personNamePostWithHttpInfo(PersonNameRequest personNameRequest)Process person names Processes person names and provides understanding and correction to how people are addressed.Method parameters in com.confidentify.client.api with type arguments of type PersonNameResponse Modifier and Type Method Description okhttp3.CallProcessApi. personNamePostAsync(PersonNameRequest personNameRequest, ApiCallback<PersonNameResponse> _callback)Process person names (asynchronously) Processes person names and provides understanding and correction to how people are addressed. -
Uses of PersonNameResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return PersonNameResponse Modifier and Type Method Description PersonNameResponsePersonNameResponse. addRecordsItem(PersonNameResponseRecord recordsItem)PersonNameResponsePersonNameResponse. records(List<PersonNameResponseRecord> records)
-