Uses of Class
com.confidentify.client.model.PhoneResponse
-
Packages that use PhoneResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of PhoneResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return PhoneResponse Modifier and Type Method Description PhoneResponseProcessApi. phonePost(PhoneRequest phoneRequest)Process phone numbers Processes phone number.Methods in com.confidentify.client.api that return types with arguments of type PhoneResponse Modifier and Type Method Description ApiResponse<PhoneResponse>ProcessApi. phonePostWithHttpInfo(PhoneRequest phoneRequest)Process phone numbers Processes phone number.Method parameters in com.confidentify.client.api with type arguments of type PhoneResponse Modifier and Type Method Description okhttp3.CallProcessApi. phonePostAsync(PhoneRequest phoneRequest, ApiCallback<PhoneResponse> _callback)Process phone numbers (asynchronously) Processes phone number. -
Uses of PhoneResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return PhoneResponse Modifier and Type Method Description PhoneResponsePhoneResponse. addRecordsItem(PhoneResponseRecord recordsItem)PhoneResponsePhoneResponse. records(List<PhoneResponseRecord> records)
-