Package com.confidentify.client.api
Class ProcessApi
- java.lang.Object
-
- com.confidentify.client.api.ProcessApi
-
public class ProcessApi extends Object
-
-
Constructor Summary
Constructors Constructor Description ProcessApi()ProcessApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmailResponseemailPost(EmailRequest emailRequest)Process email addresses Processes email addresses.okhttp3.CallemailPostAsync(EmailRequest emailRequest, ApiCallback<EmailResponse> _callback)Process email addresses (asynchronously) Processes email addresses.okhttp3.CallemailPostCall(EmailRequest emailRequest, ApiCallback _callback)Build call for emailPostApiResponse<EmailResponse>emailPostWithHttpInfo(EmailRequest emailRequest)Process email addresses Processes email addresses.ApiClientgetApiClient()IdentifyResponseidentifyPost(IdentifyRequest identifyRequest)Process text to identify contact data.okhttp3.CallidentifyPostAsync(IdentifyRequest identifyRequest, ApiCallback<IdentifyResponse> _callback)Process text to identify contact data.okhttp3.CallidentifyPostCall(IdentifyRequest identifyRequest, ApiCallback _callback)Build call for identifyPostApiResponse<IdentifyResponse>identifyPostWithHttpInfo(IdentifyRequest identifyRequest)Process text to identify contact data.OrganizationNameResponseorganizationNamePost(OrganizationNameRequest organizationNameRequest)Process organization names Processes organization names and provides understanding and correction to how the entity is addressed.okhttp3.CallorganizationNamePostAsync(OrganizationNameRequest organizationNameRequest, ApiCallback<OrganizationNameResponse> _callback)Process organization names (asynchronously) Processes organization names and provides understanding and correction to how the entity is addressed.okhttp3.CallorganizationNamePostCall(OrganizationNameRequest organizationNameRequest, ApiCallback _callback)Build call for organizationNamePostApiResponse<OrganizationNameResponse>organizationNamePostWithHttpInfo(OrganizationNameRequest organizationNameRequest)Process organization names Processes organization names and provides understanding and correction to how the entity is addressed.PersonNameResponsepersonNamePost(PersonNameRequest personNameRequest)Process person names Processes person names and provides understanding and correction to how people are addressed.okhttp3.CallpersonNamePostAsync(PersonNameRequest personNameRequest, ApiCallback<PersonNameResponse> _callback)Process person names (asynchronously) Processes person names and provides understanding and correction to how people are addressed.okhttp3.CallpersonNamePostCall(PersonNameRequest personNameRequest, ApiCallback _callback)Build call for personNamePostApiResponse<PersonNameResponse>personNamePostWithHttpInfo(PersonNameRequest personNameRequest)Process person names Processes person names and provides understanding and correction to how people are addressed.PhoneResponsephonePost(PhoneRequest phoneRequest)Process phone numbers Processes phone number.okhttp3.CallphonePostAsync(PhoneRequest phoneRequest, ApiCallback<PhoneResponse> _callback)Process phone numbers (asynchronously) Processes phone number.okhttp3.CallphonePostCall(PhoneRequest phoneRequest, ApiCallback _callback)Build call for phonePostApiResponse<PhoneResponse>phonePostWithHttpInfo(PhoneRequest phoneRequest)Process phone numbers Processes phone number.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
ProcessApi
public ProcessApi()
-
ProcessApi
public ProcessApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
emailPostCall
public okhttp3.Call emailPostCall(EmailRequest emailRequest, ApiCallback _callback) throws ApiException
Build call for emailPost- Parameters:
emailRequest- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
emailPost
public EmailResponse emailPost(EmailRequest emailRequest) throws ApiException
Process email addresses Processes email addresses. Use the service to increase deliverability. Features of the service include: * Validates syntax and parses emails into discrete parts. * Corrects common misspellings and obfuscations made to make email addresses non-discoverable online. * Identifies disposable email addresses. * Identifies generic/non-personal email addresses.- Parameters:
emailRequest- (required)- Returns:
- EmailResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
emailPostWithHttpInfo
public ApiResponse<EmailResponse> emailPostWithHttpInfo(EmailRequest emailRequest) throws ApiException
Process email addresses Processes email addresses. Use the service to increase deliverability. Features of the service include: * Validates syntax and parses emails into discrete parts. * Corrects common misspellings and obfuscations made to make email addresses non-discoverable online. * Identifies disposable email addresses. * Identifies generic/non-personal email addresses.- Parameters:
emailRequest- (required)- Returns:
- ApiResponse<EmailResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
emailPostAsync
public okhttp3.Call emailPostAsync(EmailRequest emailRequest, ApiCallback<EmailResponse> _callback) throws ApiException
Process email addresses (asynchronously) Processes email addresses. Use the service to increase deliverability. Features of the service include: * Validates syntax and parses emails into discrete parts. * Corrects common misspellings and obfuscations made to make email addresses non-discoverable online. * Identifies disposable email addresses. * Identifies generic/non-personal email addresses.- Parameters:
emailRequest- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
identifyPostCall
public okhttp3.Call identifyPostCall(IdentifyRequest identifyRequest, ApiCallback _callback) throws ApiException
Build call for identifyPost- Parameters:
identifyRequest- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
identifyPost
public IdentifyResponse identifyPost(IdentifyRequest identifyRequest) throws ApiException
Process text to identify contact data. Analyzes unstructured text in order to identify contact data embedded within signatures, sentences, greetings. Features of the service include: * Resolve person names. * Resolve organization names.- Parameters:
identifyRequest- (required)- Returns:
- IdentifyResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
identifyPostWithHttpInfo
public ApiResponse<IdentifyResponse> identifyPostWithHttpInfo(IdentifyRequest identifyRequest) throws ApiException
Process text to identify contact data. Analyzes unstructured text in order to identify contact data embedded within signatures, sentences, greetings. Features of the service include: * Resolve person names. * Resolve organization names.- Parameters:
identifyRequest- (required)- Returns:
- ApiResponse<IdentifyResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
identifyPostAsync
public okhttp3.Call identifyPostAsync(IdentifyRequest identifyRequest, ApiCallback<IdentifyResponse> _callback) throws ApiException
Process text to identify contact data. (asynchronously) Analyzes unstructured text in order to identify contact data embedded within signatures, sentences, greetings. Features of the service include: * Resolve person names. * Resolve organization names.- Parameters:
identifyRequest- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
organizationNamePostCall
public okhttp3.Call organizationNamePostCall(OrganizationNameRequest organizationNameRequest, ApiCallback _callback) throws ApiException
Build call for organizationNamePost- Parameters:
organizationNameRequest- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
organizationNamePost
public OrganizationNameResponse organizationNamePost(OrganizationNameRequest organizationNameRequest) throws ApiException
Process organization names Processes organization names and provides understanding and correction to how the entity is addressed. Features of the service include: * Identification of company legal types such as 'Corp', 'Ltd' and 'GmbH'- Parameters:
organizationNameRequest- (required)- Returns:
- OrganizationNameResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
organizationNamePostWithHttpInfo
public ApiResponse<OrganizationNameResponse> organizationNamePostWithHttpInfo(OrganizationNameRequest organizationNameRequest) throws ApiException
Process organization names Processes organization names and provides understanding and correction to how the entity is addressed. Features of the service include: * Identification of company legal types such as 'Corp', 'Ltd' and 'GmbH'- Parameters:
organizationNameRequest- (required)- Returns:
- ApiResponse<OrganizationNameResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
organizationNamePostAsync
public okhttp3.Call organizationNamePostAsync(OrganizationNameRequest organizationNameRequest, ApiCallback<OrganizationNameResponse> _callback) throws ApiException
Process organization names (asynchronously) Processes organization names and provides understanding and correction to how the entity is addressed. Features of the service include: * Identification of company legal types such as 'Corp', 'Ltd' and 'GmbH'- Parameters:
organizationNameRequest- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
personNamePostCall
public okhttp3.Call personNamePostCall(PersonNameRequest personNameRequest, ApiCallback _callback) throws ApiException
Build call for personNamePost- Parameters:
personNameRequest- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
personNamePost
public PersonNameResponse personNamePost(PersonNameRequest personNameRequest) throws ApiException
Process person names Processes person names and provides understanding and correction to how people are addressed. Features of the service include: * Parsing into discrete name parts like given name, middle name, family name etc. * Removal of non-name elements like salutations or titles. * Capitalization of name parts. * Identification and suggestion of possible nicknames.- Parameters:
personNameRequest- (required)- Returns:
- PersonNameResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
personNamePostWithHttpInfo
public ApiResponse<PersonNameResponse> personNamePostWithHttpInfo(PersonNameRequest personNameRequest) throws ApiException
Process person names Processes person names and provides understanding and correction to how people are addressed. Features of the service include: * Parsing into discrete name parts like given name, middle name, family name etc. * Removal of non-name elements like salutations or titles. * Capitalization of name parts. * Identification and suggestion of possible nicknames.- Parameters:
personNameRequest- (required)- Returns:
- ApiResponse<PersonNameResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
personNamePostAsync
public okhttp3.Call personNamePostAsync(PersonNameRequest personNameRequest, ApiCallback<PersonNameResponse> _callback) throws ApiException
Process person names (asynchronously) Processes person names and provides understanding and correction to how people are addressed. Features of the service include: * Parsing into discrete name parts like given name, middle name, family name etc. * Removal of non-name elements like salutations or titles. * Capitalization of name parts. * Identification and suggestion of possible nicknames.- Parameters:
personNameRequest- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
phonePostCall
public okhttp3.Call phonePostCall(PhoneRequest phoneRequest, ApiCallback _callback) throws ApiException
Build call for phonePost- Parameters:
phoneRequest- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
phonePost
public PhoneResponse phonePost(PhoneRequest phoneRequest) throws ApiException
Process phone numbers Processes phone number. Use the service to increase callability. Features of the service include: * Validates syntax and provides uniform formatting of phone numbers to increase understandability. * Parses phone numbers internationally, with support for vanity numbers, extension numbers and more. * Uses phone number ranges from International Telecommunications Union (ITU) to validate whether a phone number is possible or not.- Parameters:
phoneRequest- (required)- Returns:
- PhoneResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
phonePostWithHttpInfo
public ApiResponse<PhoneResponse> phonePostWithHttpInfo(PhoneRequest phoneRequest) throws ApiException
Process phone numbers Processes phone number. Use the service to increase callability. Features of the service include: * Validates syntax and provides uniform formatting of phone numbers to increase understandability. * Parses phone numbers internationally, with support for vanity numbers, extension numbers and more. * Uses phone number ranges from International Telecommunications Union (ITU) to validate whether a phone number is possible or not.- Parameters:
phoneRequest- (required)- Returns:
- ApiResponse<PhoneResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
phonePostAsync
public okhttp3.Call phonePostAsync(PhoneRequest phoneRequest, ApiCallback<PhoneResponse> _callback) throws ApiException
Process phone numbers (asynchronously) Processes phone number. Use the service to increase callability. Features of the service include: * Validates syntax and provides uniform formatting of phone numbers to increase understandability. * Parses phone numbers internationally, with support for vanity numbers, extension numbers and more. * Uses phone number ranges from International Telecommunications Union (ITU) to validate whether a phone number is possible or not.- Parameters:
phoneRequest- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-