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