Uses of Class
com.confidentify.client.model.IdentifyResponse
-
Packages that use IdentifyResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of IdentifyResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return IdentifyResponse Modifier and Type Method Description IdentifyResponseProcessApi. identifyPost(IdentifyRequest identifyRequest)Process text to identify contact data.Methods in com.confidentify.client.api that return types with arguments of type IdentifyResponse Modifier and Type Method Description ApiResponse<IdentifyResponse>ProcessApi. identifyPostWithHttpInfo(IdentifyRequest identifyRequest)Process text to identify contact data.Method parameters in com.confidentify.client.api with type arguments of type IdentifyResponse Modifier and Type Method Description okhttp3.CallProcessApi. identifyPostAsync(IdentifyRequest identifyRequest, ApiCallback<IdentifyResponse> _callback)Process text to identify contact data. -
Uses of IdentifyResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return IdentifyResponse Modifier and Type Method Description IdentifyResponseIdentifyResponse. addRecordsItem(IdentifyResponseRecord recordsItem)IdentifyResponseIdentifyResponse. records(List<IdentifyResponseRecord> records)
-