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