public class AdminApi -extends Object-
Constructor and Description | -
---|
AdminApi() |
-
AdminApi(ApiClient apiClient) |
-
Modifier and Type | -Method and Description | -
---|---|
APIKeyOut |
-anonymize(String source,
- Boolean anonymized,
- String token)
-Activate/deactivate anonymization for a source.
- |
-
com.squareup.okhttp.Call |
-anonymizeAsync(String source,
- Boolean anonymized,
- String token,
- ApiCallback<APIKeyOut> callback)
-Activate/deactivate anonymization for a source.
- |
-
com.squareup.okhttp.Call |
-anonymizeCall(String source,
- Boolean anonymized,
- String token,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for anonymize
- |
-
ApiResponse<APIKeyOut> |
-anonymizeWithHttpInfo(String source,
- Boolean anonymized,
- String token)
-Activate/deactivate anonymization for a source.
- |
-
APIKeyOut |
-apiKeyInfo()
-Read API Key info.
- |
-
com.squareup.okhttp.Call |
-apiKeyInfoAsync(ApiCallback<APIKeyOut> callback)
-Read API Key info.
- |
-
com.squareup.okhttp.Call |
-apiKeyInfoCall(ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for apiKeyInfo
- |
-
ApiResponse<APIKeyOut> |
-apiKeyInfoWithHttpInfo()
-Read API Key info.
- |
-
APIClassifiersStatusOut |
-apiStatus()
-Prints the current status of the classifiers.
- |
-
com.squareup.okhttp.Call |
-apiStatusAsync(ApiCallback<APIClassifiersStatusOut> callback)
-Prints the current status of the classifiers.
- |
-
com.squareup.okhttp.Call |
-apiStatusCall(ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for apiStatus
- |
-
ApiResponse<APIClassifiersStatusOut> |
-apiStatusWithHttpInfo()
-Prints the current status of the classifiers.
- |
-
APIPeriodUsageOut |
-apiUsage()
-Print current API usage.
- |
-
com.squareup.okhttp.Call |
-apiUsageAsync(ApiCallback<APIPeriodUsageOut> callback)
-Print current API usage.
- |
-
com.squareup.okhttp.Call |
-apiUsageCall(ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for apiUsage
- |
-
APIUsageHistoryOut |
-apiUsageHistory()
-Print historical API usage.
- |
-
APIUsageAggregatedOut |
-apiUsageHistoryAggregate()
-Print historical API usage (in an aggregated view, by service, by day/hour/min).
- |
-
com.squareup.okhttp.Call |
-apiUsageHistoryAggregateAsync(ApiCallback<APIUsageAggregatedOut> callback)
-Print historical API usage (in an aggregated view, by service, by day/hour/min).
- |
-
com.squareup.okhttp.Call |
-apiUsageHistoryAggregateCall(ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for apiUsageHistoryAggregate
- |
-
ApiResponse<APIUsageAggregatedOut> |
-apiUsageHistoryAggregateWithHttpInfo()
-Print historical API usage (in an aggregated view, by service, by day/hour/min).
- |
-
com.squareup.okhttp.Call |
-apiUsageHistoryAsync(ApiCallback<APIUsageHistoryOut> callback)
-Print historical API usage.
- |
-
com.squareup.okhttp.Call |
-apiUsageHistoryCall(ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for apiUsageHistory
- |
-
ApiResponse<APIUsageHistoryOut> |
-apiUsageHistoryWithHttpInfo()
-Print historical API usage.
- |
-
ApiResponse<APIPeriodUsageOut> |
-apiUsageWithHttpInfo()
-Print current API usage.
- |
-
APIServicesOut |
-availableServices()
-List of classification services and usage cost in Units per classification (default is 1=ONE Unit).
- |
-
com.squareup.okhttp.Call |
-availableServicesAsync(ApiCallback<APIServicesOut> callback)
-List of classification services and usage cost in Units per classification (default is 1=ONE Unit).
- |
-
com.squareup.okhttp.Call |
-availableServicesCall(ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for availableServices
- |
-
ApiResponse<APIServicesOut> |
-availableServicesWithHttpInfo()
-List of classification services and usage cost in Units per classification (default is 1=ONE Unit).
- |
-
ApiClient |
-getApiClient() |
-
APIKeyOut |
-learnable(String source,
- Boolean learnable,
- String token)
-Activate/deactivate learning from a source.
- |
-
com.squareup.okhttp.Call |
-learnableAsync(String source,
- Boolean learnable,
- String token,
- ApiCallback<APIKeyOut> callback)
-Activate/deactivate learning from a source.
- |
-
com.squareup.okhttp.Call |
-learnableCall(String source,
- Boolean learnable,
- String token,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for learnable
- |
-
ApiResponse<APIKeyOut> |
-learnableWithHttpInfo(String source,
- Boolean learnable,
- String token)
-Activate/deactivate learning from a source.
- |
-
RegionOut |
-regions()
-Print basic source statistics.
- |
-
com.squareup.okhttp.Call |
-regionsAsync(ApiCallback<RegionOut> callback)
-Print basic source statistics.
- |
-
com.squareup.okhttp.Call |
-regionsCall(ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for regions
- |
-
ApiResponse<RegionOut> |
-regionsWithHttpInfo()
-Print basic source statistics.
- |
-
void |
-setApiClient(ApiClient apiClient) |
-
SoftwareVersionOut |
-softwareVersion()
-Get the current software version
- |
-
com.squareup.okhttp.Call |
-softwareVersionAsync(ApiCallback<SoftwareVersionOut> callback)
-Get the current software version (asynchronously)
- |
-
com.squareup.okhttp.Call |
-softwareVersionCall(ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for softwareVersion
- |
-
ApiResponse<SoftwareVersionOut> |
-softwareVersionWithHttpInfo()
-Get the current software version
- |
-
APIClassifierTaxonomyOut |
-taxonomyClasses(String classifierName)
-Print the taxonomy classes valid for the given classifier.
- |
-
com.squareup.okhttp.Call |
-taxonomyClassesAsync(String classifierName,
- ApiCallback<APIClassifierTaxonomyOut> callback)
-Print the taxonomy classes valid for the given classifier.
- |
-
com.squareup.okhttp.Call |
-taxonomyClassesCall(String classifierName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for taxonomyClasses
- |
-
ApiResponse<APIClassifierTaxonomyOut> |
-taxonomyClassesWithHttpInfo(String classifierName)
-Print the taxonomy classes valid for the given classifier.
- |
-
public AdminApi()-
public AdminApi(ApiClient apiClient)-
public ApiClient getApiClient()-
public void setApiClient(ApiClient apiClient)-
public com.squareup.okhttp.Call anonymizeCall(String source, - Boolean anonymized, - String token, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
source
- (required)anonymized
- (required)token
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic APIKeyOut anonymize(String source, - Boolean anonymized, - String token) - throws ApiException-
source
- (required)anonymized
- (required)token
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIKeyOut> anonymizeWithHttpInfo(String source, - Boolean anonymized, - String token) - throws ApiException-
source
- (required)anonymized
- (required)token
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call anonymizeAsync(String source, - Boolean anonymized, - String token, - ApiCallback<APIKeyOut> callback) - throws ApiException-
source
- (required)anonymized
- (required)token
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call apiKeyInfoCall(ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic APIKeyOut apiKeyInfo() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIKeyOut> apiKeyInfoWithHttpInfo() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apiKeyInfoAsync(ApiCallback<APIKeyOut> callback) - throws ApiException-
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call apiStatusCall(ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic APIClassifiersStatusOut apiStatus() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIClassifiersStatusOut> apiStatusWithHttpInfo() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apiStatusAsync(ApiCallback<APIClassifiersStatusOut> callback) - throws ApiException-
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call apiUsageCall(ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic APIPeriodUsageOut apiUsage() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIPeriodUsageOut> apiUsageWithHttpInfo() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apiUsageAsync(ApiCallback<APIPeriodUsageOut> callback) - throws ApiException-
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call apiUsageHistoryCall(ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic APIUsageHistoryOut apiUsageHistory() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIUsageHistoryOut> apiUsageHistoryWithHttpInfo() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apiUsageHistoryAsync(ApiCallback<APIUsageHistoryOut> callback) - throws ApiException-
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call apiUsageHistoryAggregateCall(ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic APIUsageAggregatedOut apiUsageHistoryAggregate() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIUsageAggregatedOut> apiUsageHistoryAggregateWithHttpInfo() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call apiUsageHistoryAggregateAsync(ApiCallback<APIUsageAggregatedOut> callback) - throws ApiException-
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call availableServicesCall(ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic APIServicesOut availableServices() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIServicesOut> availableServicesWithHttpInfo() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call availableServicesAsync(ApiCallback<APIServicesOut> callback) - throws ApiException-
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call learnableCall(String source, - Boolean learnable, - String token, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
source
- The API Key to set as learnable/non learnable. (required)learnable
- (required)token
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic APIKeyOut learnable(String source, - Boolean learnable, - String token) - throws ApiException-
source
- The API Key to set as learnable/non learnable. (required)learnable
- (required)token
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIKeyOut> learnableWithHttpInfo(String source, - Boolean learnable, - String token) - throws ApiException-
source
- The API Key to set as learnable/non learnable. (required)learnable
- (required)token
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call learnableAsync(String source, - Boolean learnable, - String token, - ApiCallback<APIKeyOut> callback) - throws ApiException-
source
- The API Key to set as learnable/non learnable. (required)learnable
- (required)token
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call regionsCall(ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic RegionOut regions() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RegionOut> regionsWithHttpInfo() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call regionsAsync(ApiCallback<RegionOut> callback) - throws ApiException-
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call softwareVersionCall(ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic SoftwareVersionOut softwareVersion() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SoftwareVersionOut> softwareVersionWithHttpInfo() - throws ApiException-
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call softwareVersionAsync(ApiCallback<SoftwareVersionOut> callback) - throws ApiException-
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call taxonomyClassesCall(String classifierName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
classifierName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic APIClassifierTaxonomyOut taxonomyClasses(String classifierName) - throws ApiException-
classifierName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<APIClassifierTaxonomyOut> taxonomyClassesWithHttpInfo(String classifierName) - throws ApiException-
classifierName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call taxonomyClassesAsync(String classifierName, - ApiCallback<APIClassifierTaxonomyOut> callback) - throws ApiException-
classifierName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.
- - diff --git a/target/apidocs/com/namsor/sdk2/api/ChineseApi.html b/target/apidocs/com/namsor/sdk2/api/ChineseApi.html deleted file mode 100644 index d58b00c1..00000000 --- a/target/apidocs/com/namsor/sdk2/api/ChineseApi.html +++ /dev/null @@ -1,1896 +0,0 @@ - - - - - - -public class ChineseApi -extends Object-
Constructor and Description | -
---|
ChineseApi() |
-
ChineseApi(ApiClient apiClient) |
-
Modifier and Type | -Method and Description | -
---|---|
NameMatchCandidatesOut |
-chineseNameCandidates(String chineseSurnameLatin,
- String chineseGivenNameLatin)
-Identify Chinese name candidates, based on the romanized name ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameCandidatesAsync(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- ApiCallback<NameMatchCandidatesOut> callback)
-Identify Chinese name candidates, based on the romanized name ex.
- |
-
BatchNameMatchCandidatesOut |
-chineseNameCandidatesBatch(BatchFirstLastNameIn batchFirstLastNameIn)
-Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameCandidatesBatchAsync(BatchFirstLastNameIn batchFirstLastNameIn,
- ApiCallback<BatchNameMatchCandidatesOut> callback)
-Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameCandidatesBatchCall(BatchFirstLastNameIn batchFirstLastNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for chineseNameCandidatesBatch
- |
-
ApiResponse<BatchNameMatchCandidatesOut> |
-chineseNameCandidatesBatchWithHttpInfo(BatchFirstLastNameIn batchFirstLastNameIn)
-Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameCandidatesCall(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for chineseNameCandidates
- |
-
BatchNameMatchCandidatesOut |
-chineseNameCandidatesGenderBatch(BatchFirstLastNameGenderIn batchFirstLastNameGenderIn)
-Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname) ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameCandidatesGenderBatchAsync(BatchFirstLastNameGenderIn batchFirstLastNameGenderIn,
- ApiCallback<BatchNameMatchCandidatesOut> callback)
-Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname) ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameCandidatesGenderBatchCall(BatchFirstLastNameGenderIn batchFirstLastNameGenderIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for chineseNameCandidatesGenderBatch
- |
-
ApiResponse<BatchNameMatchCandidatesOut> |
-chineseNameCandidatesGenderBatchWithHttpInfo(BatchFirstLastNameGenderIn batchFirstLastNameGenderIn)
-Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname) ex.
- |
-
ApiResponse<NameMatchCandidatesOut> |
-chineseNameCandidatesWithHttpInfo(String chineseSurnameLatin,
- String chineseGivenNameLatin)
-Identify Chinese name candidates, based on the romanized name ex.
- |
-
NameMatchCandidatesOut |
-chineseNameGenderCandidates(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- String knownGender)
-Identify Chinese name candidates, based on the romanized name ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameGenderCandidatesAsync(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- String knownGender,
- ApiCallback<NameMatchCandidatesOut> callback)
-Identify Chinese name candidates, based on the romanized name ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameGenderCandidatesCall(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- String knownGender,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for chineseNameGenderCandidates
- |
-
ApiResponse<NameMatchCandidatesOut> |
-chineseNameGenderCandidatesWithHttpInfo(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- String knownGender)
-Identify Chinese name candidates, based on the romanized name ex.
- |
-
NameMatchedOut |
-chineseNameMatch(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- String chineseName)
-Return a score for matching Chinese name ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameMatchAsync(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- String chineseName,
- ApiCallback<NameMatchedOut> callback)
-Return a score for matching Chinese name ex.
- |
-
BatchNameMatchedOut |
-chineseNameMatchBatch(BatchMatchPersonalFirstLastNameIn batchMatchPersonalFirstLastNameIn)
-Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameMatchBatchAsync(BatchMatchPersonalFirstLastNameIn batchMatchPersonalFirstLastNameIn,
- ApiCallback<BatchNameMatchedOut> callback)
-Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameMatchBatchCall(BatchMatchPersonalFirstLastNameIn batchMatchPersonalFirstLastNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for chineseNameMatchBatch
- |
-
ApiResponse<BatchNameMatchedOut> |
-chineseNameMatchBatchWithHttpInfo(BatchMatchPersonalFirstLastNameIn batchMatchPersonalFirstLastNameIn)
-Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex.
- |
-
com.squareup.okhttp.Call |
-chineseNameMatchCall(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- String chineseName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for chineseNameMatch
- |
-
ApiResponse<NameMatchedOut> |
-chineseNameMatchWithHttpInfo(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- String chineseName)
-Return a score for matching Chinese name ex.
- |
-
PersonalNameGenderedOut |
-genderChineseName(String chineseName)
-Infer the likely gender of a Chinese full name ex.
- |
-
com.squareup.okhttp.Call |
-genderChineseNameAsync(String chineseName,
- ApiCallback<PersonalNameGenderedOut> callback)
-Infer the likely gender of a Chinese full name ex.
- |
-
BatchPersonalNameGenderedOut |
-genderChineseNameBatch(BatchPersonalNameIn batchPersonalNameIn)
-Infer the likely gender of up to 100 full names ex.
- |
-
com.squareup.okhttp.Call |
-genderChineseNameBatchAsync(BatchPersonalNameIn batchPersonalNameIn,
- ApiCallback<BatchPersonalNameGenderedOut> callback)
-Infer the likely gender of up to 100 full names ex.
- |
-
com.squareup.okhttp.Call |
-genderChineseNameBatchCall(BatchPersonalNameIn batchPersonalNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderChineseNameBatch
- |
-
ApiResponse<BatchPersonalNameGenderedOut> |
-genderChineseNameBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn)
-Infer the likely gender of up to 100 full names ex.
- |
-
com.squareup.okhttp.Call |
-genderChineseNameCall(String chineseName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderChineseName
- |
-
FirstLastNameGenderedOut |
-genderChineseNamePinyin(String chineseSurnameLatin,
- String chineseGivenNameLatin)
-Infer the likely gender of a Chinese name in LATIN (Pinyin).
- |
-
com.squareup.okhttp.Call |
-genderChineseNamePinyinAsync(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- ApiCallback<FirstLastNameGenderedOut> callback)
-Infer the likely gender of a Chinese name in LATIN (Pinyin).
- |
-
BatchFirstLastNameGenderedOut |
-genderChineseNamePinyinBatch(BatchFirstLastNameIn batchFirstLastNameIn)
-Infer the likely gender of up to 100 Chinese names in LATIN (Pinyin).
- |
-
com.squareup.okhttp.Call |
-genderChineseNamePinyinBatchAsync(BatchFirstLastNameIn batchFirstLastNameIn,
- ApiCallback<BatchFirstLastNameGenderedOut> callback)
-Infer the likely gender of up to 100 Chinese names in LATIN (Pinyin).
- |
-
com.squareup.okhttp.Call |
-genderChineseNamePinyinBatchCall(BatchFirstLastNameIn batchFirstLastNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderChineseNamePinyinBatch
- |
-
ApiResponse<BatchFirstLastNameGenderedOut> |
-genderChineseNamePinyinBatchWithHttpInfo(BatchFirstLastNameIn batchFirstLastNameIn)
-Infer the likely gender of up to 100 Chinese names in LATIN (Pinyin).
- |
-
com.squareup.okhttp.Call |
-genderChineseNamePinyinCall(String chineseSurnameLatin,
- String chineseGivenNameLatin,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderChineseNamePinyin
- |
-
ApiResponse<FirstLastNameGenderedOut> |
-genderChineseNamePinyinWithHttpInfo(String chineseSurnameLatin,
- String chineseGivenNameLatin)
-Infer the likely gender of a Chinese name in LATIN (Pinyin).
- |
-
ApiResponse<PersonalNameGenderedOut> |
-genderChineseNameWithHttpInfo(String chineseName)
-Infer the likely gender of a Chinese full name ex.
- |
-
ApiClient |
-getApiClient() |
-
PersonalNameParsedOut |
-parseChineseName(String chineseName)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseChineseNameAsync(String chineseName,
- ApiCallback<PersonalNameParsedOut> callback)
-Infer the likely first/last name structure of a name, ex.
- |
-
BatchPersonalNameParsedOut |
-parseChineseNameBatch(BatchPersonalNameIn batchPersonalNameIn)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseChineseNameBatchAsync(BatchPersonalNameIn batchPersonalNameIn,
- ApiCallback<BatchPersonalNameParsedOut> callback)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseChineseNameBatchCall(BatchPersonalNameIn batchPersonalNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for parseChineseNameBatch
- |
-
ApiResponse<BatchPersonalNameParsedOut> |
-parseChineseNameBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseChineseNameCall(String chineseName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for parseChineseName
- |
-
ApiResponse<PersonalNameParsedOut> |
-parseChineseNameWithHttpInfo(String chineseName)
-Infer the likely first/last name structure of a name, ex.
- |
-
PersonalNameParsedOut |
-pinyinChineseName(String chineseName)
-Romanize the Chinese name to Pinyin, ex.
- |
-
com.squareup.okhttp.Call |
-pinyinChineseNameAsync(String chineseName,
- ApiCallback<PersonalNameParsedOut> callback)
-Romanize the Chinese name to Pinyin, ex.
- |
-
BatchPersonalNameParsedOut |
-pinyinChineseNameBatch(BatchPersonalNameIn batchPersonalNameIn)
-Romanize a list of Chinese name to Pinyin, ex.
- |
-
com.squareup.okhttp.Call |
-pinyinChineseNameBatchAsync(BatchPersonalNameIn batchPersonalNameIn,
- ApiCallback<BatchPersonalNameParsedOut> callback)
-Romanize a list of Chinese name to Pinyin, ex.
- |
-
com.squareup.okhttp.Call |
-pinyinChineseNameBatchCall(BatchPersonalNameIn batchPersonalNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for pinyinChineseNameBatch
- |
-
ApiResponse<BatchPersonalNameParsedOut> |
-pinyinChineseNameBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn)
-Romanize a list of Chinese name to Pinyin, ex.
- |
-
com.squareup.okhttp.Call |
-pinyinChineseNameCall(String chineseName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for pinyinChineseName
- |
-
ApiResponse<PersonalNameParsedOut> |
-pinyinChineseNameWithHttpInfo(String chineseName)
-Romanize the Chinese name to Pinyin, ex.
- |
-
void |
-setApiClient(ApiClient apiClient) |
-
public ChineseApi()-
public ChineseApi(ApiClient apiClient)-
public ApiClient getApiClient()-
public void setApiClient(ApiClient apiClient)-
public com.squareup.okhttp.Call chineseNameCandidatesCall(String chineseSurnameLatin, - String chineseGivenNameLatin, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic NameMatchCandidatesOut chineseNameCandidates(String chineseSurnameLatin, - String chineseGivenNameLatin) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<NameMatchCandidatesOut> chineseNameCandidatesWithHttpInfo(String chineseSurnameLatin, - String chineseGivenNameLatin) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call chineseNameCandidatesAsync(String chineseSurnameLatin, - String chineseGivenNameLatin, - ApiCallback<NameMatchCandidatesOut> callback) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call chineseNameCandidatesBatchCall(BatchFirstLastNameIn batchFirstLastNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchNameMatchCandidatesOut chineseNameCandidatesBatch(BatchFirstLastNameIn batchFirstLastNameIn) - throws ApiException-
batchFirstLastNameIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchNameMatchCandidatesOut> chineseNameCandidatesBatchWithHttpInfo(BatchFirstLastNameIn batchFirstLastNameIn) - throws ApiException-
batchFirstLastNameIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call chineseNameCandidatesBatchAsync(BatchFirstLastNameIn batchFirstLastNameIn, - ApiCallback<BatchNameMatchCandidatesOut> callback) - throws ApiException-
batchFirstLastNameIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call chineseNameCandidatesGenderBatchCall(BatchFirstLastNameGenderIn batchFirstLastNameGenderIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameGenderIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchNameMatchCandidatesOut chineseNameCandidatesGenderBatch(BatchFirstLastNameGenderIn batchFirstLastNameGenderIn) - throws ApiException-
batchFirstLastNameGenderIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchNameMatchCandidatesOut> chineseNameCandidatesGenderBatchWithHttpInfo(BatchFirstLastNameGenderIn batchFirstLastNameGenderIn) - throws ApiException-
batchFirstLastNameGenderIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call chineseNameCandidatesGenderBatchAsync(BatchFirstLastNameGenderIn batchFirstLastNameGenderIn, - ApiCallback<BatchNameMatchCandidatesOut> callback) - throws ApiException-
batchFirstLastNameGenderIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call chineseNameGenderCandidatesCall(String chineseSurnameLatin, - String chineseGivenNameLatin, - String knownGender, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)knownGender
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic NameMatchCandidatesOut chineseNameGenderCandidates(String chineseSurnameLatin, - String chineseGivenNameLatin, - String knownGender) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)knownGender
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<NameMatchCandidatesOut> chineseNameGenderCandidatesWithHttpInfo(String chineseSurnameLatin, - String chineseGivenNameLatin, - String knownGender) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)knownGender
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call chineseNameGenderCandidatesAsync(String chineseSurnameLatin, - String chineseGivenNameLatin, - String knownGender, - ApiCallback<NameMatchCandidatesOut> callback) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)knownGender
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call chineseNameMatchCall(String chineseSurnameLatin, - String chineseGivenNameLatin, - String chineseName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)chineseName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic NameMatchedOut chineseNameMatch(String chineseSurnameLatin, - String chineseGivenNameLatin, - String chineseName) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)chineseName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<NameMatchedOut> chineseNameMatchWithHttpInfo(String chineseSurnameLatin, - String chineseGivenNameLatin, - String chineseName) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)chineseName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call chineseNameMatchAsync(String chineseSurnameLatin, - String chineseGivenNameLatin, - String chineseName, - ApiCallback<NameMatchedOut> callback) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)chineseName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call chineseNameMatchBatchCall(BatchMatchPersonalFirstLastNameIn batchMatchPersonalFirstLastNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchMatchPersonalFirstLastNameIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchNameMatchedOut chineseNameMatchBatch(BatchMatchPersonalFirstLastNameIn batchMatchPersonalFirstLastNameIn) - throws ApiException-
batchMatchPersonalFirstLastNameIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchNameMatchedOut> chineseNameMatchBatchWithHttpInfo(BatchMatchPersonalFirstLastNameIn batchMatchPersonalFirstLastNameIn) - throws ApiException-
batchMatchPersonalFirstLastNameIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call chineseNameMatchBatchAsync(BatchMatchPersonalFirstLastNameIn batchMatchPersonalFirstLastNameIn, - ApiCallback<BatchNameMatchedOut> callback) - throws ApiException-
batchMatchPersonalFirstLastNameIn
- A list of personal Chinese names in LATIN, firstName = chineseGivenName; lastName=chineseSurname (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderChineseNameCall(String chineseName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
chineseName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PersonalNameGenderedOut genderChineseName(String chineseName) - throws ApiException-
chineseName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PersonalNameGenderedOut> genderChineseNameWithHttpInfo(String chineseName) - throws ApiException-
chineseName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderChineseNameAsync(String chineseName, - ApiCallback<PersonalNameGenderedOut> callback) - throws ApiException-
chineseName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderChineseNameBatchCall(BatchPersonalNameIn batchPersonalNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameIn
- A list of personal names, with a country ISO2 code (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameGenderedOut genderChineseNameBatch(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names, with a country ISO2 code (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameGenderedOut> genderChineseNameBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names, with a country ISO2 code (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderChineseNameBatchAsync(BatchPersonalNameIn batchPersonalNameIn, - ApiCallback<BatchPersonalNameGenderedOut> callback) - throws ApiException-
batchPersonalNameIn
- A list of personal names, with a country ISO2 code (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderChineseNamePinyinCall(String chineseSurnameLatin, - String chineseGivenNameLatin, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameGenderedOut genderChineseNamePinyin(String chineseSurnameLatin, - String chineseGivenNameLatin) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameGenderedOut> genderChineseNamePinyinWithHttpInfo(String chineseSurnameLatin, - String chineseGivenNameLatin) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderChineseNamePinyinAsync(String chineseSurnameLatin, - String chineseGivenNameLatin, - ApiCallback<FirstLastNameGenderedOut> callback) - throws ApiException-
chineseSurnameLatin
- (required)chineseGivenNameLatin
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderChineseNamePinyinBatchCall(BatchFirstLastNameIn batchFirstLastNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameIn
- A list of names, with country code. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNameGenderedOut genderChineseNamePinyinBatch(BatchFirstLastNameIn batchFirstLastNameIn) - throws ApiException-
batchFirstLastNameIn
- A list of names, with country code. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNameGenderedOut> genderChineseNamePinyinBatchWithHttpInfo(BatchFirstLastNameIn batchFirstLastNameIn) - throws ApiException-
batchFirstLastNameIn
- A list of names, with country code. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderChineseNamePinyinBatchAsync(BatchFirstLastNameIn batchFirstLastNameIn, - ApiCallback<BatchFirstLastNameGenderedOut> callback) - throws ApiException-
batchFirstLastNameIn
- A list of names, with country code. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call parseChineseNameCall(String chineseName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
chineseName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PersonalNameParsedOut parseChineseName(String chineseName) - throws ApiException-
chineseName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PersonalNameParsedOut> parseChineseNameWithHttpInfo(String chineseName) - throws ApiException-
chineseName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call parseChineseNameAsync(String chineseName, - ApiCallback<PersonalNameParsedOut> callback) - throws ApiException-
chineseName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call parseChineseNameBatchCall(BatchPersonalNameIn batchPersonalNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameParsedOut parseChineseNameBatch(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameParsedOut> parseChineseNameBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call parseChineseNameBatchAsync(BatchPersonalNameIn batchPersonalNameIn, - ApiCallback<BatchPersonalNameParsedOut> callback) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call pinyinChineseNameCall(String chineseName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
chineseName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PersonalNameParsedOut pinyinChineseName(String chineseName) - throws ApiException-
chineseName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PersonalNameParsedOut> pinyinChineseNameWithHttpInfo(String chineseName) - throws ApiException-
chineseName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call pinyinChineseNameAsync(String chineseName, - ApiCallback<PersonalNameParsedOut> callback) - throws ApiException-
chineseName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call pinyinChineseNameBatchCall(BatchPersonalNameIn batchPersonalNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameIn
- A list of Chinese names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameParsedOut pinyinChineseNameBatch(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of Chinese names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameParsedOut> pinyinChineseNameBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of Chinese names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call pinyinChineseNameBatchAsync(BatchPersonalNameIn batchPersonalNameIn, - ApiCallback<BatchPersonalNameParsedOut> callback) - throws ApiException-
batchPersonalNameIn
- A list of Chinese names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.
- - diff --git a/target/apidocs/com/namsor/sdk2/api/PersonalApi.html b/target/apidocs/com/namsor/sdk2/api/PersonalApi.html deleted file mode 100644 index ccb4fe6b..00000000 --- a/target/apidocs/com/namsor/sdk2/api/PersonalApi.html +++ /dev/null @@ -1,3929 +0,0 @@ - - - - - - -public class PersonalApi -extends Object-
Constructor and Description | -
---|
PersonalApi() |
-
PersonalApi(ApiClient apiClient) |
-
Modifier and Type | -Method and Description | -
---|---|
CorridorOut |
-corridor(String countryIso2From,
- String firstNameFrom,
- String lastNameFrom,
- String countryIso2To,
- String firstNameTo,
- String lastNameTo)
-[USES 20 UNITS PER NAME COUPLE] Infer several classifications for a cross border interaction between names (ex.
- |
-
com.squareup.okhttp.Call |
-corridorAsync(String countryIso2From,
- String firstNameFrom,
- String lastNameFrom,
- String countryIso2To,
- String firstNameTo,
- String lastNameTo,
- ApiCallback<CorridorOut> callback)
-[USES 20 UNITS PER NAME COUPLE] Infer several classifications for a cross border interaction between names (ex.
- |
-
BatchCorridorOut |
-corridorBatch(BatchCorridorIn batchCorridorIn)
-[USES 20 UNITS PER NAME PAIR] Infer several classifications for up to 100 cross border interaction between names (ex.
- |
-
com.squareup.okhttp.Call |
-corridorBatchAsync(BatchCorridorIn batchCorridorIn,
- ApiCallback<BatchCorridorOut> callback)
-[USES 20 UNITS PER NAME PAIR] Infer several classifications for up to 100 cross border interaction between names (ex.
- |
-
com.squareup.okhttp.Call |
-corridorBatchCall(BatchCorridorIn batchCorridorIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for corridorBatch
- |
-
ApiResponse<BatchCorridorOut> |
-corridorBatchWithHttpInfo(BatchCorridorIn batchCorridorIn)
-[USES 20 UNITS PER NAME PAIR] Infer several classifications for up to 100 cross border interaction between names (ex.
- |
-
com.squareup.okhttp.Call |
-corridorCall(String countryIso2From,
- String firstNameFrom,
- String lastNameFrom,
- String countryIso2To,
- String firstNameTo,
- String lastNameTo,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for corridor
- |
-
ApiResponse<CorridorOut> |
-corridorWithHttpInfo(String countryIso2From,
- String firstNameFrom,
- String lastNameFrom,
- String countryIso2To,
- String firstNameTo,
- String lastNameTo)
-[USES 20 UNITS PER NAME COUPLE] Infer several classifications for a cross border interaction between names (ex.
- |
-
PersonalNameGeoOut |
-country(String personalNameFull)
-[USES 10 UNITS PER NAME] Infer the likely country of residence of a personal full name, or one surname.
- |
-
com.squareup.okhttp.Call |
-countryAsync(String personalNameFull,
- ApiCallback<PersonalNameGeoOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely country of residence of a personal full name, or one surname.
- |
-
BatchPersonalNameGeoOut |
-countryBatch(BatchPersonalNameIn batchPersonalNameIn)
-[USES 10 UNITS PER NAME] Infer the likely country of residence of up to 100 personal full names, or surnames.
- |
-
com.squareup.okhttp.Call |
-countryBatchAsync(BatchPersonalNameIn batchPersonalNameIn,
- ApiCallback<BatchPersonalNameGeoOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely country of residence of up to 100 personal full names, or surnames.
- |
-
com.squareup.okhttp.Call |
-countryBatchCall(BatchPersonalNameIn batchPersonalNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for countryBatch
- |
-
ApiResponse<BatchPersonalNameGeoOut> |
-countryBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn)
-[USES 10 UNITS PER NAME] Infer the likely country of residence of up to 100 personal full names, or surnames.
- |
-
com.squareup.okhttp.Call |
-countryCall(String personalNameFull,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for country
- |
-
ApiResponse<PersonalNameGeoOut> |
-countryWithHttpInfo(String personalNameFull)
-[USES 10 UNITS PER NAME] Infer the likely country of residence of a personal full name, or one surname.
- |
-
FirstLastNameDiasporaedOut |
-diaspora(String countryIso2,
- String firstName,
- String lastName)
-[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of a personal name, given a country of residence ISO2 code (ex.
- |
-
com.squareup.okhttp.Call |
-diasporaAsync(String countryIso2,
- String firstName,
- String lastName,
- ApiCallback<FirstLastNameDiasporaedOut> callback)
-[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of a personal name, given a country of residence ISO2 code (ex.
- |
-
BatchFirstLastNameDiasporaedOut |
-diasporaBatch(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn)
-[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of up to 100 personal names, given a country of residence ISO2 code (ex.
- |
-
com.squareup.okhttp.Call |
-diasporaBatchAsync(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn,
- ApiCallback<BatchFirstLastNameDiasporaedOut> callback)
-[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of up to 100 personal names, given a country of residence ISO2 code (ex.
- |
-
com.squareup.okhttp.Call |
-diasporaBatchCall(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for diasporaBatch
- |
-
ApiResponse<BatchFirstLastNameDiasporaedOut> |
-diasporaBatchWithHttpInfo(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn)
-[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of up to 100 personal names, given a country of residence ISO2 code (ex.
- |
-
com.squareup.okhttp.Call |
-diasporaCall(String countryIso2,
- String firstName,
- String lastName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for diaspora
- |
-
ApiResponse<FirstLastNameDiasporaedOut> |
-diasporaWithHttpInfo(String countryIso2,
- String firstName,
- String lastName)
-[USES 20 UNITS PER NAME] Infer the likely ethnicity/diaspora of a personal name, given a country of residence ISO2 code (ex.
- |
-
FirstLastNameGenderedOut |
-gender(String firstName,
- String lastName)
-Infer the likely gender of a name.
- |
-
FirstLastNameGenderedOut |
-gender1(String firstName)
-Infer the likely gender of a just a fiven name, assuming default 'US' local context.
- |
-
com.squareup.okhttp.Call |
-gender1Async(String firstName,
- ApiCallback<FirstLastNameGenderedOut> callback)
-Infer the likely gender of a just a fiven name, assuming default 'US' local context.
- |
-
com.squareup.okhttp.Call |
-gender1Call(String firstName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for gender1
- |
-
ApiResponse<FirstLastNameGenderedOut> |
-gender1WithHttpInfo(String firstName)
-Infer the likely gender of a just a fiven name, assuming default 'US' local context.
- |
-
com.squareup.okhttp.Call |
-genderAsync(String firstName,
- String lastName,
- ApiCallback<FirstLastNameGenderedOut> callback)
-Infer the likely gender of a name.
- |
-
BatchFirstLastNameGenderedOut |
-genderBatch(BatchFirstLastNameIn batchFirstLastNameIn)
-Infer the likely gender of up to 100 names, detecting automatically the cultural context.
- |
-
com.squareup.okhttp.Call |
-genderBatchAsync(BatchFirstLastNameIn batchFirstLastNameIn,
- ApiCallback<BatchFirstLastNameGenderedOut> callback)
-Infer the likely gender of up to 100 names, detecting automatically the cultural context.
- |
-
com.squareup.okhttp.Call |
-genderBatchCall(BatchFirstLastNameIn batchFirstLastNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderBatch
- |
-
ApiResponse<BatchFirstLastNameGenderedOut> |
-genderBatchWithHttpInfo(BatchFirstLastNameIn batchFirstLastNameIn)
-Infer the likely gender of up to 100 names, detecting automatically the cultural context.
- |
-
com.squareup.okhttp.Call |
-genderCall(String firstName,
- String lastName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for gender
- |
-
PersonalNameGenderedOut |
-genderFull(String fullName)
-Infer the likely gender of a full name, ex.
- |
-
com.squareup.okhttp.Call |
-genderFullAsync(String fullName,
- ApiCallback<PersonalNameGenderedOut> callback)
-Infer the likely gender of a full name, ex.
- |
-
BatchPersonalNameGenderedOut |
-genderFullBatch(BatchPersonalNameIn batchPersonalNameIn)
-Infer the likely gender of up to 100 full names, detecting automatically the cultural context.
- |
-
com.squareup.okhttp.Call |
-genderFullBatchAsync(BatchPersonalNameIn batchPersonalNameIn,
- ApiCallback<BatchPersonalNameGenderedOut> callback)
-Infer the likely gender of up to 100 full names, detecting automatically the cultural context.
- |
-
com.squareup.okhttp.Call |
-genderFullBatchCall(BatchPersonalNameIn batchPersonalNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderFullBatch
- |
-
ApiResponse<BatchPersonalNameGenderedOut> |
-genderFullBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn)
-Infer the likely gender of up to 100 full names, detecting automatically the cultural context.
- |
-
com.squareup.okhttp.Call |
-genderFullCall(String fullName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderFull
- |
-
PersonalNameGenderedOut |
-genderFullGeo(String fullName,
- String countryIso2)
-Infer the likely gender of a full name, given a local context (ISO2 country code).
- |
-
com.squareup.okhttp.Call |
-genderFullGeoAsync(String fullName,
- String countryIso2,
- ApiCallback<PersonalNameGenderedOut> callback)
-Infer the likely gender of a full name, given a local context (ISO2 country code).
- |
-
BatchPersonalNameGenderedOut |
-genderFullGeoBatch(BatchPersonalNameGeoIn batchPersonalNameGeoIn)
-Infer the likely gender of up to 100 full names, with a given cultural context (country ISO2 code).
- |
-
com.squareup.okhttp.Call |
-genderFullGeoBatchAsync(BatchPersonalNameGeoIn batchPersonalNameGeoIn,
- ApiCallback<BatchPersonalNameGenderedOut> callback)
-Infer the likely gender of up to 100 full names, with a given cultural context (country ISO2 code).
- |
-
com.squareup.okhttp.Call |
-genderFullGeoBatchCall(BatchPersonalNameGeoIn batchPersonalNameGeoIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderFullGeoBatch
- |
-
ApiResponse<BatchPersonalNameGenderedOut> |
-genderFullGeoBatchWithHttpInfo(BatchPersonalNameGeoIn batchPersonalNameGeoIn)
-Infer the likely gender of up to 100 full names, with a given cultural context (country ISO2 code).
- |
-
com.squareup.okhttp.Call |
-genderFullGeoCall(String fullName,
- String countryIso2,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderFullGeo
- |
-
ApiResponse<PersonalNameGenderedOut> |
-genderFullGeoWithHttpInfo(String fullName,
- String countryIso2)
-Infer the likely gender of a full name, given a local context (ISO2 country code).
- |
-
ApiResponse<PersonalNameGenderedOut> |
-genderFullWithHttpInfo(String fullName)
-Infer the likely gender of a full name, ex.
- |
-
FirstLastNameGenderedOut |
-genderGeo(String firstName,
- String lastName,
- String countryIso2)
-Infer the likely gender of a name, given a local context (ISO2 country code).
- |
-
com.squareup.okhttp.Call |
-genderGeoAsync(String firstName,
- String lastName,
- String countryIso2,
- ApiCallback<FirstLastNameGenderedOut> callback)
-Infer the likely gender of a name, given a local context (ISO2 country code).
- |
-
BatchFirstLastNameGenderedOut |
-genderGeoBatch(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn)
-Infer the likely gender of up to 100 names, each given a local context (ISO2 country code).
- |
-
com.squareup.okhttp.Call |
-genderGeoBatchAsync(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn,
- ApiCallback<BatchFirstLastNameGenderedOut> callback)
-Infer the likely gender of up to 100 names, each given a local context (ISO2 country code).
- |
-
com.squareup.okhttp.Call |
-genderGeoBatchCall(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderGeoBatch
- |
-
ApiResponse<BatchFirstLastNameGenderedOut> |
-genderGeoBatchWithHttpInfo(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn)
-Infer the likely gender of up to 100 names, each given a local context (ISO2 country code).
- |
-
com.squareup.okhttp.Call |
-genderGeoCall(String firstName,
- String lastName,
- String countryIso2,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for genderGeo
- |
-
ApiResponse<FirstLastNameGenderedOut> |
-genderGeoWithHttpInfo(String firstName,
- String lastName,
- String countryIso2)
-Infer the likely gender of a name, given a local context (ISO2 country code).
- |
-
ApiResponse<FirstLastNameGenderedOut> |
-genderWithHttpInfo(String firstName,
- String lastName)
-Infer the likely gender of a name.
- |
-
ApiClient |
-getApiClient() |
-
FirstLastNameOriginedOut |
-origin(String firstName,
- String lastName)
-[USES 10 UNITS PER NAME] Infer the likely country of origin of a personal name.
- |
-
com.squareup.okhttp.Call |
-originAsync(String firstName,
- String lastName,
- ApiCallback<FirstLastNameOriginedOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely country of origin of a personal name.
- |
-
BatchFirstLastNameOriginedOut |
-originBatch(BatchFirstLastNameIn batchFirstLastNameIn)
-[USES 10 UNITS PER NAME] Infer the likely country of origin of up to 100 names, detecting automatically the cultural context.
- |
-
com.squareup.okhttp.Call |
-originBatchAsync(BatchFirstLastNameIn batchFirstLastNameIn,
- ApiCallback<BatchFirstLastNameOriginedOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely country of origin of up to 100 names, detecting automatically the cultural context.
- |
-
com.squareup.okhttp.Call |
-originBatchCall(BatchFirstLastNameIn batchFirstLastNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for originBatch
- |
-
ApiResponse<BatchFirstLastNameOriginedOut> |
-originBatchWithHttpInfo(BatchFirstLastNameIn batchFirstLastNameIn)
-[USES 10 UNITS PER NAME] Infer the likely country of origin of up to 100 names, detecting automatically the cultural context.
- |
-
com.squareup.okhttp.Call |
-originCall(String firstName,
- String lastName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for origin
- |
-
ApiResponse<FirstLastNameOriginedOut> |
-originWithHttpInfo(String firstName,
- String lastName)
-[USES 10 UNITS PER NAME] Infer the likely country of origin of a personal name.
- |
-
PersonalNameParsedOut |
-parseName(String nameFull)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseNameAsync(String nameFull,
- ApiCallback<PersonalNameParsedOut> callback)
-Infer the likely first/last name structure of a name, ex.
- |
-
BatchPersonalNameParsedOut |
-parseNameBatch(BatchPersonalNameIn batchPersonalNameIn)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseNameBatchAsync(BatchPersonalNameIn batchPersonalNameIn,
- ApiCallback<BatchPersonalNameParsedOut> callback)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseNameBatchCall(BatchPersonalNameIn batchPersonalNameIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for parseNameBatch
- |
-
ApiResponse<BatchPersonalNameParsedOut> |
-parseNameBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseNameCall(String nameFull,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for parseName
- |
-
PersonalNameParsedOut |
-parseNameGeo(String nameFull,
- String countryIso2)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseNameGeoAsync(String nameFull,
- String countryIso2,
- ApiCallback<PersonalNameParsedOut> callback)
-Infer the likely first/last name structure of a name, ex.
- |
-
BatchPersonalNameParsedOut |
-parseNameGeoBatch(BatchPersonalNameGeoIn batchPersonalNameGeoIn)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseNameGeoBatchAsync(BatchPersonalNameGeoIn batchPersonalNameGeoIn,
- ApiCallback<BatchPersonalNameParsedOut> callback)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseNameGeoBatchCall(BatchPersonalNameGeoIn batchPersonalNameGeoIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for parseNameGeoBatch
- |
-
ApiResponse<BatchPersonalNameParsedOut> |
-parseNameGeoBatchWithHttpInfo(BatchPersonalNameGeoIn batchPersonalNameGeoIn)
-Infer the likely first/last name structure of a name, ex.
- |
-
com.squareup.okhttp.Call |
-parseNameGeoCall(String nameFull,
- String countryIso2,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for parseNameGeo
- |
-
ApiResponse<PersonalNameParsedOut> |
-parseNameGeoWithHttpInfo(String nameFull,
- String countryIso2)
-Infer the likely first/last name structure of a name, ex.
- |
-
ApiResponse<PersonalNameParsedOut> |
-parseNameWithHttpInfo(String nameFull)
-Infer the likely first/last name structure of a name, ex.
- |
-
PersonalNameReligionedOut |
-religionFull(String countryIso2,
- String subDivisionIso31662,
- String personalNameFull)
-[USES 10 UNITS PER NAME] Infer the likely religion of a personal full name.
- |
-
com.squareup.okhttp.Call |
-religionFullAsync(String countryIso2,
- String subDivisionIso31662,
- String personalNameFull,
- ApiCallback<PersonalNameReligionedOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely religion of a personal full name.
- |
-
BatchPersonalNameReligionedOut |
-religionFullBatch(BatchPersonalNameGeoSubdivisionIn batchPersonalNameGeoSubdivisionIn)
-[USES 10 UNITS PER NAME] Infer the likely religion of up to 100 personal full names.
- |
-
com.squareup.okhttp.Call |
-religionFullBatchAsync(BatchPersonalNameGeoSubdivisionIn batchPersonalNameGeoSubdivisionIn,
- ApiCallback<BatchPersonalNameReligionedOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely religion of up to 100 personal full names.
- |
-
com.squareup.okhttp.Call |
-religionFullBatchCall(BatchPersonalNameGeoSubdivisionIn batchPersonalNameGeoSubdivisionIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for religionFullBatch
- |
-
ApiResponse<BatchPersonalNameReligionedOut> |
-religionFullBatchWithHttpInfo(BatchPersonalNameGeoSubdivisionIn batchPersonalNameGeoSubdivisionIn)
-[USES 10 UNITS PER NAME] Infer the likely religion of up to 100 personal full names.
- |
-
com.squareup.okhttp.Call |
-religionFullCall(String countryIso2,
- String subDivisionIso31662,
- String personalNameFull,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for religionFull
- |
-
ApiResponse<PersonalNameReligionedOut> |
-religionFullWithHttpInfo(String countryIso2,
- String subDivisionIso31662,
- String personalNameFull)
-[USES 10 UNITS PER NAME] Infer the likely religion of a personal full name.
- |
-
void |
-setApiClient(ApiClient apiClient) |
-
FirstLastNameGeoSubclassificationOut |
-subclassification(String countryIso2,
- String firstName,
- String lastName)
-[USES 10 UNITS PER NAME] Infer the likely origin of a name at a country subclassification level (state or regeion).
- |
-
com.squareup.okhttp.Call |
-subclassificationAsync(String countryIso2,
- String firstName,
- String lastName,
- ApiCallback<FirstLastNameGeoSubclassificationOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely origin of a name at a country subclassification level (state or regeion).
- |
-
BatchFirstLastNameGeoSubclassificationOut |
-subclassificationBatch(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn)
-[USES 10 UNITS PER NAME] Infer the likely origin of a list of up to 100 names at a country subclassification level (state or regeion).
- |
-
com.squareup.okhttp.Call |
-subclassificationBatchAsync(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn,
- ApiCallback<BatchFirstLastNameGeoSubclassificationOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely origin of a list of up to 100 names at a country subclassification level (state or regeion).
- |
-
com.squareup.okhttp.Call |
-subclassificationBatchCall(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for subclassificationBatch
- |
-
ApiResponse<BatchFirstLastNameGeoSubclassificationOut> |
-subclassificationBatchWithHttpInfo(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn)
-[USES 10 UNITS PER NAME] Infer the likely origin of a list of up to 100 names at a country subclassification level (state or regeion).
- |
-
com.squareup.okhttp.Call |
-subclassificationCall(String countryIso2,
- String firstName,
- String lastName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for subclassification
- |
-
FirstLastNameGeoSubclassificationOut |
-subclassificationFull(String countryIso2,
- String fullName)
-[USES 10 UNITS PER NAME] Infer the likely origin of a name at a country subclassification level (state or regeion).
- |
-
com.squareup.okhttp.Call |
-subclassificationFullAsync(String countryIso2,
- String fullName,
- ApiCallback<FirstLastNameGeoSubclassificationOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely origin of a name at a country subclassification level (state or regeion).
- |
-
BatchPersonalNameGeoSubclassificationOut |
-subclassificationFullBatch(BatchPersonalNameGeoIn batchPersonalNameGeoIn)
-[USES 10 UNITS PER NAME] Infer the likely origin of a list of up to 100 names at a country subclassification level (state or regeion).
- |
-
com.squareup.okhttp.Call |
-subclassificationFullBatchAsync(BatchPersonalNameGeoIn batchPersonalNameGeoIn,
- ApiCallback<BatchPersonalNameGeoSubclassificationOut> callback)
-[USES 10 UNITS PER NAME] Infer the likely origin of a list of up to 100 names at a country subclassification level (state or regeion).
- |
-
com.squareup.okhttp.Call |
-subclassificationFullBatchCall(BatchPersonalNameGeoIn batchPersonalNameGeoIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for subclassificationFullBatch
- |
-
ApiResponse<BatchPersonalNameGeoSubclassificationOut> |
-subclassificationFullBatchWithHttpInfo(BatchPersonalNameGeoIn batchPersonalNameGeoIn)
-[USES 10 UNITS PER NAME] Infer the likely origin of a list of up to 100 names at a country subclassification level (state or regeion).
- |
-
com.squareup.okhttp.Call |
-subclassificationFullCall(String countryIso2,
- String fullName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for subclassificationFull
- |
-
ApiResponse<FirstLastNameGeoSubclassificationOut> |
-subclassificationFullWithHttpInfo(String countryIso2,
- String fullName)
-[USES 10 UNITS PER NAME] Infer the likely origin of a name at a country subclassification level (state or regeion).
- |
-
ApiResponse<FirstLastNameGeoSubclassificationOut> |
-subclassificationWithHttpInfo(String countryIso2,
- String firstName,
- String lastName)
-[USES 10 UNITS PER NAME] Infer the likely origin of a name at a country subclassification level (state or regeion).
- |
-
FirstLastNameUSRaceEthnicityOut |
-usRaceEthnicity(String firstName,
- String lastName)
-[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino).
- |
-
com.squareup.okhttp.Call |
-usRaceEthnicityAsync(String firstName,
- String lastName,
- ApiCallback<FirstLastNameUSRaceEthnicityOut> callback)
-[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino).
- |
-
BatchFirstLastNameUSRaceEthnicityOut |
-usRaceEthnicityBatch(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn)
-[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy.
- |
-
com.squareup.okhttp.Call |
-usRaceEthnicityBatchAsync(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn,
- ApiCallback<BatchFirstLastNameUSRaceEthnicityOut> callback)
-[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy.
- |
-
com.squareup.okhttp.Call |
-usRaceEthnicityBatchCall(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for usRaceEthnicityBatch
- |
-
ApiResponse<BatchFirstLastNameUSRaceEthnicityOut> |
-usRaceEthnicityBatchWithHttpInfo(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn)
-[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy.
- |
-
com.squareup.okhttp.Call |
-usRaceEthnicityCall(String firstName,
- String lastName,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for usRaceEthnicity
- |
-
ApiResponse<FirstLastNameUSRaceEthnicityOut> |
-usRaceEthnicityWithHttpInfo(String firstName,
- String lastName)
-[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy W_NL (white, non latino), HL (hispano latino), A (asian, non latino), B_NL (black, non latino).
- |
-
FirstLastNameUSRaceEthnicityOut |
-usRaceEthnicityZIP5(String firstName,
- String lastName,
- String zip5Code)
-[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info.
- |
-
com.squareup.okhttp.Call |
-usRaceEthnicityZIP5Async(String firstName,
- String lastName,
- String zip5Code,
- ApiCallback<FirstLastNameUSRaceEthnicityOut> callback)
-[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info.
- |
-
com.squareup.okhttp.Call |
-usRaceEthnicityZIP5Call(String firstName,
- String lastName,
- String zip5Code,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for usRaceEthnicityZIP5
- |
-
ApiResponse<FirstLastNameUSRaceEthnicityOut> |
-usRaceEthnicityZIP5WithHttpInfo(String firstName,
- String lastName,
- String zip5Code)
-[USES 10 UNITS PER NAME] Infer a US resident's likely race/ethnicity according to US Census taxonomy, using (optional) ZIP5 code info.
- |
-
BatchFirstLastNameUSRaceEthnicityOut |
-usZipRaceEthnicityBatch(BatchFirstLastNameGeoZippedIn batchFirstLastNameGeoZippedIn)
-[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code.
- |
-
com.squareup.okhttp.Call |
-usZipRaceEthnicityBatchAsync(BatchFirstLastNameGeoZippedIn batchFirstLastNameGeoZippedIn,
- ApiCallback<BatchFirstLastNameUSRaceEthnicityOut> callback)
-[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code.
- |
-
com.squareup.okhttp.Call |
-usZipRaceEthnicityBatchCall(BatchFirstLastNameGeoZippedIn batchFirstLastNameGeoZippedIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for usZipRaceEthnicityBatch
- |
-
ApiResponse<BatchFirstLastNameUSRaceEthnicityOut> |
-usZipRaceEthnicityBatchWithHttpInfo(BatchFirstLastNameGeoZippedIn batchFirstLastNameGeoZippedIn)
-[USES 10 UNITS PER NAME] Infer up-to 100 US resident's likely race/ethnicity according to US Census taxonomy, with (optional) ZIP code.
- |
-
public PersonalApi()-
public PersonalApi(ApiClient apiClient)-
public ApiClient getApiClient()-
public void setApiClient(ApiClient apiClient)-
public com.squareup.okhttp.Call corridorCall(String countryIso2From, - String firstNameFrom, - String lastNameFrom, - String countryIso2To, - String firstNameTo, - String lastNameTo, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
countryIso2From
- (required)firstNameFrom
- (required)lastNameFrom
- (required)countryIso2To
- (required)firstNameTo
- (required)lastNameTo
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic CorridorOut corridor(String countryIso2From, - String firstNameFrom, - String lastNameFrom, - String countryIso2To, - String firstNameTo, - String lastNameTo) - throws ApiException-
countryIso2From
- (required)firstNameFrom
- (required)lastNameFrom
- (required)countryIso2To
- (required)firstNameTo
- (required)lastNameTo
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CorridorOut> corridorWithHttpInfo(String countryIso2From, - String firstNameFrom, - String lastNameFrom, - String countryIso2To, - String firstNameTo, - String lastNameTo) - throws ApiException-
countryIso2From
- (required)firstNameFrom
- (required)lastNameFrom
- (required)countryIso2To
- (required)firstNameTo
- (required)lastNameTo
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call corridorAsync(String countryIso2From, - String firstNameFrom, - String lastNameFrom, - String countryIso2To, - String firstNameTo, - String lastNameTo, - ApiCallback<CorridorOut> callback) - throws ApiException-
countryIso2From
- (required)firstNameFrom
- (required)lastNameFrom
- (required)countryIso2To
- (required)firstNameTo
- (required)lastNameTo
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call corridorBatchCall(BatchCorridorIn batchCorridorIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchCorridorIn
- A list of name pairs, with country code (nameFrom -> nameTo). (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchCorridorOut corridorBatch(BatchCorridorIn batchCorridorIn) - throws ApiException-
batchCorridorIn
- A list of name pairs, with country code (nameFrom -> nameTo). (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchCorridorOut> corridorBatchWithHttpInfo(BatchCorridorIn batchCorridorIn) - throws ApiException-
batchCorridorIn
- A list of name pairs, with country code (nameFrom -> nameTo). (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call corridorBatchAsync(BatchCorridorIn batchCorridorIn, - ApiCallback<BatchCorridorOut> callback) - throws ApiException-
batchCorridorIn
- A list of name pairs, with country code (nameFrom -> nameTo). (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call countryCall(String personalNameFull, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
personalNameFull
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PersonalNameGeoOut country(String personalNameFull) - throws ApiException-
personalNameFull
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PersonalNameGeoOut> countryWithHttpInfo(String personalNameFull) - throws ApiException-
personalNameFull
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call countryAsync(String personalNameFull, - ApiCallback<PersonalNameGeoOut> callback) - throws ApiException-
personalNameFull
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call countryBatchCall(BatchPersonalNameIn batchPersonalNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameGeoOut countryBatch(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameGeoOut> countryBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call countryBatchAsync(BatchPersonalNameIn batchPersonalNameIn, - ApiCallback<BatchPersonalNameGeoOut> callback) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call diasporaCall(String countryIso2, - String firstName, - String lastName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
countryIso2
- (required)firstName
- (required)lastName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameDiasporaedOut diaspora(String countryIso2, - String firstName, - String lastName) - throws ApiException-
countryIso2
- (required)firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameDiasporaedOut> diasporaWithHttpInfo(String countryIso2, - String firstName, - String lastName) - throws ApiException-
countryIso2
- (required)firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call diasporaAsync(String countryIso2, - String firstName, - String lastName, - ApiCallback<FirstLastNameDiasporaedOut> callback) - throws ApiException-
countryIso2
- (required)firstName
- (required)lastName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call diasporaBatchCall(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNameDiasporaedOut diasporaBatch(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNameDiasporaedOut> diasporaBatchWithHttpInfo(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call diasporaBatchAsync(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn, - ApiCallback<BatchFirstLastNameDiasporaedOut> callback) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderCall(String firstName, - String lastName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
firstName
- (required)lastName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameGenderedOut gender(String firstName, - String lastName) - throws ApiException-
firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameGenderedOut> genderWithHttpInfo(String firstName, - String lastName) - throws ApiException-
firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderAsync(String firstName, - String lastName, - ApiCallback<FirstLastNameGenderedOut> callback) - throws ApiException-
firstName
- (required)lastName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call gender1Call(String firstName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
firstName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameGenderedOut gender1(String firstName) - throws ApiException-
firstName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameGenderedOut> gender1WithHttpInfo(String firstName) - throws ApiException-
firstName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call gender1Async(String firstName, - ApiCallback<FirstLastNameGenderedOut> callback) - throws ApiException-
firstName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderBatchCall(BatchFirstLastNameIn batchFirstLastNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNameGenderedOut genderBatch(BatchFirstLastNameIn batchFirstLastNameIn) - throws ApiException-
batchFirstLastNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNameGenderedOut> genderBatchWithHttpInfo(BatchFirstLastNameIn batchFirstLastNameIn) - throws ApiException-
batchFirstLastNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderBatchAsync(BatchFirstLastNameIn batchFirstLastNameIn, - ApiCallback<BatchFirstLastNameGenderedOut> callback) - throws ApiException-
batchFirstLastNameIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderFullCall(String fullName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
fullName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PersonalNameGenderedOut genderFull(String fullName) - throws ApiException-
fullName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PersonalNameGenderedOut> genderFullWithHttpInfo(String fullName) - throws ApiException-
fullName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderFullAsync(String fullName, - ApiCallback<PersonalNameGenderedOut> callback) - throws ApiException-
fullName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderFullBatchCall(BatchPersonalNameIn batchPersonalNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameGenderedOut genderFullBatch(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameGenderedOut> genderFullBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderFullBatchAsync(BatchPersonalNameIn batchPersonalNameIn, - ApiCallback<BatchPersonalNameGenderedOut> callback) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderFullGeoCall(String fullName, - String countryIso2, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
fullName
- (required)countryIso2
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PersonalNameGenderedOut genderFullGeo(String fullName, - String countryIso2) - throws ApiException-
fullName
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PersonalNameGenderedOut> genderFullGeoWithHttpInfo(String fullName, - String countryIso2) - throws ApiException-
fullName
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderFullGeoAsync(String fullName, - String countryIso2, - ApiCallback<PersonalNameGenderedOut> callback) - throws ApiException-
fullName
- (required)countryIso2
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderFullGeoBatchCall(BatchPersonalNameGeoIn batchPersonalNameGeoIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names, with a country ISO2 code (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameGenderedOut genderFullGeoBatch(BatchPersonalNameGeoIn batchPersonalNameGeoIn) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names, with a country ISO2 code (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameGenderedOut> genderFullGeoBatchWithHttpInfo(BatchPersonalNameGeoIn batchPersonalNameGeoIn) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names, with a country ISO2 code (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderFullGeoBatchAsync(BatchPersonalNameGeoIn batchPersonalNameGeoIn, - ApiCallback<BatchPersonalNameGenderedOut> callback) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names, with a country ISO2 code (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderGeoCall(String firstName, - String lastName, - String countryIso2, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
firstName
- (required)lastName
- (required)countryIso2
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameGenderedOut genderGeo(String firstName, - String lastName, - String countryIso2) - throws ApiException-
firstName
- (required)lastName
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameGenderedOut> genderGeoWithHttpInfo(String firstName, - String lastName, - String countryIso2) - throws ApiException-
firstName
- (required)lastName
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderGeoAsync(String firstName, - String lastName, - String countryIso2, - ApiCallback<FirstLastNameGenderedOut> callback) - throws ApiException-
firstName
- (required)lastName
- (required)countryIso2
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call genderGeoBatchCall(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameGeoIn
- A list of names, with country code. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNameGenderedOut genderGeoBatch(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn) - throws ApiException-
batchFirstLastNameGeoIn
- A list of names, with country code. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNameGenderedOut> genderGeoBatchWithHttpInfo(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn) - throws ApiException-
batchFirstLastNameGeoIn
- A list of names, with country code. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call genderGeoBatchAsync(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn, - ApiCallback<BatchFirstLastNameGenderedOut> callback) - throws ApiException-
batchFirstLastNameGeoIn
- A list of names, with country code. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call originCall(String firstName, - String lastName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
firstName
- (required)lastName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameOriginedOut origin(String firstName, - String lastName) - throws ApiException-
firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameOriginedOut> originWithHttpInfo(String firstName, - String lastName) - throws ApiException-
firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call originAsync(String firstName, - String lastName, - ApiCallback<FirstLastNameOriginedOut> callback) - throws ApiException-
firstName
- (required)lastName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call originBatchCall(BatchFirstLastNameIn batchFirstLastNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNameOriginedOut originBatch(BatchFirstLastNameIn batchFirstLastNameIn) - throws ApiException-
batchFirstLastNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNameOriginedOut> originBatchWithHttpInfo(BatchFirstLastNameIn batchFirstLastNameIn) - throws ApiException-
batchFirstLastNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call originBatchAsync(BatchFirstLastNameIn batchFirstLastNameIn, - ApiCallback<BatchFirstLastNameOriginedOut> callback) - throws ApiException-
batchFirstLastNameIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call parseNameCall(String nameFull, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
nameFull
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PersonalNameParsedOut parseName(String nameFull) - throws ApiException-
nameFull
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PersonalNameParsedOut> parseNameWithHttpInfo(String nameFull) - throws ApiException-
nameFull
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call parseNameAsync(String nameFull, - ApiCallback<PersonalNameParsedOut> callback) - throws ApiException-
nameFull
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call parseNameBatchCall(BatchPersonalNameIn batchPersonalNameIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameParsedOut parseNameBatch(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameParsedOut> parseNameBatchWithHttpInfo(BatchPersonalNameIn batchPersonalNameIn) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call parseNameBatchAsync(BatchPersonalNameIn batchPersonalNameIn, - ApiCallback<BatchPersonalNameParsedOut> callback) - throws ApiException-
batchPersonalNameIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call parseNameGeoCall(String nameFull, - String countryIso2, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
nameFull
- (required)countryIso2
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PersonalNameParsedOut parseNameGeo(String nameFull, - String countryIso2) - throws ApiException-
nameFull
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PersonalNameParsedOut> parseNameGeoWithHttpInfo(String nameFull, - String countryIso2) - throws ApiException-
nameFull
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call parseNameGeoAsync(String nameFull, - String countryIso2, - ApiCallback<PersonalNameParsedOut> callback) - throws ApiException-
nameFull
- (required)countryIso2
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call parseNameGeoBatchCall(BatchPersonalNameGeoIn batchPersonalNameGeoIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameParsedOut parseNameGeoBatch(BatchPersonalNameGeoIn batchPersonalNameGeoIn) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameParsedOut> parseNameGeoBatchWithHttpInfo(BatchPersonalNameGeoIn batchPersonalNameGeoIn) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call parseNameGeoBatchAsync(BatchPersonalNameGeoIn batchPersonalNameGeoIn, - ApiCallback<BatchPersonalNameParsedOut> callback) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call religionFullCall(String countryIso2, - String subDivisionIso31662, - String personalNameFull, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
countryIso2
- (required)subDivisionIso31662
- (required)personalNameFull
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic PersonalNameReligionedOut religionFull(String countryIso2, - String subDivisionIso31662, - String personalNameFull) - throws ApiException-
countryIso2
- (required)subDivisionIso31662
- (required)personalNameFull
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PersonalNameReligionedOut> religionFullWithHttpInfo(String countryIso2, - String subDivisionIso31662, - String personalNameFull) - throws ApiException-
countryIso2
- (required)subDivisionIso31662
- (required)personalNameFull
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call religionFullAsync(String countryIso2, - String subDivisionIso31662, - String personalNameFull, - ApiCallback<PersonalNameReligionedOut> callback) - throws ApiException-
countryIso2
- (required)subDivisionIso31662
- (required)personalNameFull
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call religionFullBatchCall(BatchPersonalNameGeoSubdivisionIn batchPersonalNameGeoSubdivisionIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameGeoSubdivisionIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameReligionedOut religionFullBatch(BatchPersonalNameGeoSubdivisionIn batchPersonalNameGeoSubdivisionIn) - throws ApiException-
batchPersonalNameGeoSubdivisionIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameReligionedOut> religionFullBatchWithHttpInfo(BatchPersonalNameGeoSubdivisionIn batchPersonalNameGeoSubdivisionIn) - throws ApiException-
batchPersonalNameGeoSubdivisionIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call religionFullBatchAsync(BatchPersonalNameGeoSubdivisionIn batchPersonalNameGeoSubdivisionIn, - ApiCallback<BatchPersonalNameReligionedOut> callback) - throws ApiException-
batchPersonalNameGeoSubdivisionIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call subclassificationCall(String countryIso2, - String firstName, - String lastName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
countryIso2
- (required)firstName
- (required)lastName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameGeoSubclassificationOut subclassification(String countryIso2, - String firstName, - String lastName) - throws ApiException-
countryIso2
- (required)firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameGeoSubclassificationOut> subclassificationWithHttpInfo(String countryIso2, - String firstName, - String lastName) - throws ApiException-
countryIso2
- (required)firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call subclassificationAsync(String countryIso2, - String firstName, - String lastName, - ApiCallback<FirstLastNameGeoSubclassificationOut> callback) - throws ApiException-
countryIso2
- (required)firstName
- (required)lastName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call subclassificationBatchCall(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNameGeoSubclassificationOut subclassificationBatch(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNameGeoSubclassificationOut> subclassificationBatchWithHttpInfo(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call subclassificationBatchAsync(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn, - ApiCallback<BatchFirstLastNameGeoSubclassificationOut> callback) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call subclassificationFullCall(String countryIso2, - String fullName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
countryIso2
- (required)fullName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameGeoSubclassificationOut subclassificationFull(String countryIso2, - String fullName) - throws ApiException-
countryIso2
- (required)fullName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameGeoSubclassificationOut> subclassificationFullWithHttpInfo(String countryIso2, - String fullName) - throws ApiException-
countryIso2
- (required)fullName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call subclassificationFullAsync(String countryIso2, - String fullName, - ApiCallback<FirstLastNameGeoSubclassificationOut> callback) - throws ApiException-
countryIso2
- (required)fullName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call subclassificationFullBatchCall(BatchPersonalNameGeoIn batchPersonalNameGeoIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchPersonalNameGeoSubclassificationOut subclassificationFullBatch(BatchPersonalNameGeoIn batchPersonalNameGeoIn) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchPersonalNameGeoSubclassificationOut> subclassificationFullBatchWithHttpInfo(BatchPersonalNameGeoIn batchPersonalNameGeoIn) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call subclassificationFullBatchAsync(BatchPersonalNameGeoIn batchPersonalNameGeoIn, - ApiCallback<BatchPersonalNameGeoSubclassificationOut> callback) - throws ApiException-
batchPersonalNameGeoIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call usRaceEthnicityCall(String firstName, - String lastName, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
firstName
- (required)lastName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameUSRaceEthnicityOut usRaceEthnicity(String firstName, - String lastName) - throws ApiException-
firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameUSRaceEthnicityOut> usRaceEthnicityWithHttpInfo(String firstName, - String lastName) - throws ApiException-
firstName
- (required)lastName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call usRaceEthnicityAsync(String firstName, - String lastName, - ApiCallback<FirstLastNameUSRaceEthnicityOut> callback) - throws ApiException-
firstName
- (required)lastName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call usRaceEthnicityBatchCall(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNameUSRaceEthnicityOut usRaceEthnicityBatch(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNameUSRaceEthnicityOut> usRaceEthnicityBatchWithHttpInfo(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call usRaceEthnicityBatchAsync(BatchFirstLastNameGeoIn batchFirstLastNameGeoIn, - ApiCallback<BatchFirstLastNameUSRaceEthnicityOut> callback) - throws ApiException-
batchFirstLastNameGeoIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call usRaceEthnicityZIP5Call(String firstName, - String lastName, - String zip5Code, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
firstName
- (required)lastName
- (required)zip5Code
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNameUSRaceEthnicityOut usRaceEthnicityZIP5(String firstName, - String lastName, - String zip5Code) - throws ApiException-
firstName
- (required)lastName
- (required)zip5Code
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNameUSRaceEthnicityOut> usRaceEthnicityZIP5WithHttpInfo(String firstName, - String lastName, - String zip5Code) - throws ApiException-
firstName
- (required)lastName
- (required)zip5Code
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call usRaceEthnicityZIP5Async(String firstName, - String lastName, - String zip5Code, - ApiCallback<FirstLastNameUSRaceEthnicityOut> callback) - throws ApiException-
firstName
- (required)lastName
- (required)zip5Code
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call usZipRaceEthnicityBatchCall(BatchFirstLastNameGeoZippedIn batchFirstLastNameGeoZippedIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNameGeoZippedIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNameUSRaceEthnicityOut usZipRaceEthnicityBatch(BatchFirstLastNameGeoZippedIn batchFirstLastNameGeoZippedIn) - throws ApiException-
batchFirstLastNameGeoZippedIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNameUSRaceEthnicityOut> usZipRaceEthnicityBatchWithHttpInfo(BatchFirstLastNameGeoZippedIn batchFirstLastNameGeoZippedIn) - throws ApiException-
batchFirstLastNameGeoZippedIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call usZipRaceEthnicityBatchAsync(BatchFirstLastNameGeoZippedIn batchFirstLastNameGeoZippedIn, - ApiCallback<BatchFirstLastNameUSRaceEthnicityOut> callback) - throws ApiException-
batchFirstLastNameGeoZippedIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.
- - diff --git a/target/apidocs/com/namsor/sdk2/api/SocialApi.html b/target/apidocs/com/namsor/sdk2/api/SocialApi.html deleted file mode 100644 index c5e4d078..00000000 --- a/target/apidocs/com/namsor/sdk2/api/SocialApi.html +++ /dev/null @@ -1,951 +0,0 @@ - - - - - - -public class SocialApi -extends Object-
Constructor and Description | -
---|
SocialApi() |
-
SocialApi(ApiClient apiClient) |
-
Modifier and Type | -Method and Description | -
---|---|
ApiClient |
-getApiClient() |
-
FirstLastNamePhoneCodedOut |
-phoneCode(String firstName,
- String lastName,
- String phoneNumber)
-[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, given a personal name and formatted / unformatted phone number.
- |
-
com.squareup.okhttp.Call |
-phoneCodeAsync(String firstName,
- String lastName,
- String phoneNumber,
- ApiCallback<FirstLastNamePhoneCodedOut> callback)
-[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, given a personal name and formatted / unformatted phone number.
- |
-
BatchFirstLastNamePhoneCodedOut |
-phoneCodeBatch(BatchFirstLastNamePhoneNumberIn batchFirstLastNamePhoneNumberIn)
-[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, detecting automatically the local context given a name and formatted / unformatted phone number.
- |
-
com.squareup.okhttp.Call |
-phoneCodeBatchAsync(BatchFirstLastNamePhoneNumberIn batchFirstLastNamePhoneNumberIn,
- ApiCallback<BatchFirstLastNamePhoneCodedOut> callback)
-[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, detecting automatically the local context given a name and formatted / unformatted phone number.
- |
-
com.squareup.okhttp.Call |
-phoneCodeBatchCall(BatchFirstLastNamePhoneNumberIn batchFirstLastNamePhoneNumberIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for phoneCodeBatch
- |
-
ApiResponse<BatchFirstLastNamePhoneCodedOut> |
-phoneCodeBatchWithHttpInfo(BatchFirstLastNamePhoneNumberIn batchFirstLastNamePhoneNumberIn)
-[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, detecting automatically the local context given a name and formatted / unformatted phone number.
- |
-
com.squareup.okhttp.Call |
-phoneCodeCall(String firstName,
- String lastName,
- String phoneNumber,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for phoneCode
- |
-
FirstLastNamePhoneCodedOut |
-phoneCodeGeo(String firstName,
- String lastName,
- String phoneNumber,
- String countryIso2)
-[USES 11 UNITS PER NAME] Infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).
- |
-
com.squareup.okhttp.Call |
-phoneCodeGeoAsync(String firstName,
- String lastName,
- String phoneNumber,
- String countryIso2,
- ApiCallback<FirstLastNamePhoneCodedOut> callback)
-[USES 11 UNITS PER NAME] Infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).
- |
-
BatchFirstLastNamePhoneCodedOut |
-phoneCodeGeoBatch(BatchFirstLastNamePhoneNumberGeoIn batchFirstLastNamePhoneNumberGeoIn)
-[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, with a local context (ISO2 country of residence).
- |
-
com.squareup.okhttp.Call |
-phoneCodeGeoBatchAsync(BatchFirstLastNamePhoneNumberGeoIn batchFirstLastNamePhoneNumberGeoIn,
- ApiCallback<BatchFirstLastNamePhoneCodedOut> callback)
-[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, with a local context (ISO2 country of residence).
- |
-
com.squareup.okhttp.Call |
-phoneCodeGeoBatchCall(BatchFirstLastNamePhoneNumberGeoIn batchFirstLastNamePhoneNumberGeoIn,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for phoneCodeGeoBatch
- |
-
ApiResponse<BatchFirstLastNamePhoneCodedOut> |
-phoneCodeGeoBatchWithHttpInfo(BatchFirstLastNamePhoneNumberGeoIn batchFirstLastNamePhoneNumberGeoIn)
-[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, of up to 100 personal names, with a local context (ISO2 country of residence).
- |
-
com.squareup.okhttp.Call |
-phoneCodeGeoCall(String firstName,
- String lastName,
- String phoneNumber,
- String countryIso2,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for phoneCodeGeo
- |
-
FirstLastNamePhoneCodedOut |
-phoneCodeGeoFeedbackLoop(String firstName,
- String lastName,
- String phoneNumber,
- String phoneNumberE164,
- String countryIso2)
-[CREDITS 1 UNIT] Feedback loop to better infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).
- |
-
com.squareup.okhttp.Call |
-phoneCodeGeoFeedbackLoopAsync(String firstName,
- String lastName,
- String phoneNumber,
- String phoneNumberE164,
- String countryIso2,
- ApiCallback<FirstLastNamePhoneCodedOut> callback)
-[CREDITS 1 UNIT] Feedback loop to better infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).
- |
-
com.squareup.okhttp.Call |
-phoneCodeGeoFeedbackLoopCall(String firstName,
- String lastName,
- String phoneNumber,
- String phoneNumberE164,
- String countryIso2,
- ProgressResponseBody.ProgressListener progressListener,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build call for phoneCodeGeoFeedbackLoop
- |
-
ApiResponse<FirstLastNamePhoneCodedOut> |
-phoneCodeGeoFeedbackLoopWithHttpInfo(String firstName,
- String lastName,
- String phoneNumber,
- String phoneNumberE164,
- String countryIso2)
-[CREDITS 1 UNIT] Feedback loop to better infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).
- |
-
ApiResponse<FirstLastNamePhoneCodedOut> |
-phoneCodeGeoWithHttpInfo(String firstName,
- String lastName,
- String phoneNumber,
- String countryIso2)
-[USES 11 UNITS PER NAME] Infer the likely phone prefix, given a personal name and formatted / unformatted phone number, with a local context (ISO2 country of residence).
- |
-
ApiResponse<FirstLastNamePhoneCodedOut> |
-phoneCodeWithHttpInfo(String firstName,
- String lastName,
- String phoneNumber)
-[USES 11 UNITS PER NAME] Infer the likely country and phone prefix, given a personal name and formatted / unformatted phone number.
- |
-
void |
-setApiClient(ApiClient apiClient) |
-
public SocialApi()-
public SocialApi(ApiClient apiClient)-
public ApiClient getApiClient()-
public void setApiClient(ApiClient apiClient)-
public com.squareup.okhttp.Call phoneCodeCall(String firstName, - String lastName, - String phoneNumber, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNamePhoneCodedOut phoneCode(String firstName, - String lastName, - String phoneNumber) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNamePhoneCodedOut> phoneCodeWithHttpInfo(String firstName, - String lastName, - String phoneNumber) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call phoneCodeAsync(String firstName, - String lastName, - String phoneNumber, - ApiCallback<FirstLastNamePhoneCodedOut> callback) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call phoneCodeBatchCall(BatchFirstLastNamePhoneNumberIn batchFirstLastNamePhoneNumberIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNamePhoneNumberIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNamePhoneCodedOut phoneCodeBatch(BatchFirstLastNamePhoneNumberIn batchFirstLastNamePhoneNumberIn) - throws ApiException-
batchFirstLastNamePhoneNumberIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNamePhoneCodedOut> phoneCodeBatchWithHttpInfo(BatchFirstLastNamePhoneNumberIn batchFirstLastNamePhoneNumberIn) - throws ApiException-
batchFirstLastNamePhoneNumberIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call phoneCodeBatchAsync(BatchFirstLastNamePhoneNumberIn batchFirstLastNamePhoneNumberIn, - ApiCallback<BatchFirstLastNamePhoneCodedOut> callback) - throws ApiException-
batchFirstLastNamePhoneNumberIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call phoneCodeGeoCall(String firstName, - String lastName, - String phoneNumber, - String countryIso2, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)countryIso2
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNamePhoneCodedOut phoneCodeGeo(String firstName, - String lastName, - String phoneNumber, - String countryIso2) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNamePhoneCodedOut> phoneCodeGeoWithHttpInfo(String firstName, - String lastName, - String phoneNumber, - String countryIso2) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call phoneCodeGeoAsync(String firstName, - String lastName, - String phoneNumber, - String countryIso2, - ApiCallback<FirstLastNamePhoneCodedOut> callback) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)countryIso2
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call phoneCodeGeoBatchCall(BatchFirstLastNamePhoneNumberGeoIn batchFirstLastNamePhoneNumberGeoIn, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
batchFirstLastNamePhoneNumberGeoIn
- A list of personal names (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic BatchFirstLastNamePhoneCodedOut phoneCodeGeoBatch(BatchFirstLastNamePhoneNumberGeoIn batchFirstLastNamePhoneNumberGeoIn) - throws ApiException-
batchFirstLastNamePhoneNumberGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchFirstLastNamePhoneCodedOut> phoneCodeGeoBatchWithHttpInfo(BatchFirstLastNamePhoneNumberGeoIn batchFirstLastNamePhoneNumberGeoIn) - throws ApiException-
batchFirstLastNamePhoneNumberGeoIn
- A list of personal names (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call phoneCodeGeoBatchAsync(BatchFirstLastNamePhoneNumberGeoIn batchFirstLastNamePhoneNumberGeoIn, - ApiCallback<BatchFirstLastNamePhoneCodedOut> callback) - throws ApiException-
batchFirstLastNamePhoneNumberGeoIn
- A list of personal names (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call phoneCodeGeoFeedbackLoopCall(String firstName, - String lastName, - String phoneNumber, - String phoneNumberE164, - String countryIso2, - ProgressResponseBody.ProgressListener progressListener, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)phoneNumberE164
- (required)countryIso2
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic FirstLastNamePhoneCodedOut phoneCodeGeoFeedbackLoop(String firstName, - String lastName, - String phoneNumber, - String phoneNumberE164, - String countryIso2) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)phoneNumberE164
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FirstLastNamePhoneCodedOut> phoneCodeGeoFeedbackLoopWithHttpInfo(String firstName, - String lastName, - String phoneNumber, - String phoneNumberE164, - String countryIso2) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)phoneNumberE164
- (required)countryIso2
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call phoneCodeGeoFeedbackLoopAsync(String firstName, - String lastName, - String phoneNumber, - String phoneNumberE164, - String countryIso2, - ApiCallback<FirstLastNamePhoneCodedOut> callback) - throws ApiException-
firstName
- (required)lastName
- (required)phoneNumber
- (required)phoneNumberE164
- (required)countryIso2
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.
- - diff --git a/target/apidocs/com/namsor/sdk2/invoke/ApiCallback.html b/target/apidocs/com/namsor/sdk2/invoke/ApiCallback.html deleted file mode 100644 index 8148ded1..00000000 --- a/target/apidocs/com/namsor/sdk2/invoke/ApiCallback.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - -T
- The return typepublic interface ApiCallback<T>
-Modifier and Type | -Method and Description | -
---|---|
void |
-onDownloadProgress(long bytesRead,
- long contentLength,
- boolean done)
-This is called when the API downlond processing.
- |
-
void |
-onFailure(ApiException e,
- int statusCode,
- Map<String,List<String>> responseHeaders)
-This is called when the API call fails.
- |
-
void |
-onSuccess(T result,
- int statusCode,
- Map<String,List<String>> responseHeaders)
-This is called when the API call succeeded.
- |
-
void |
-onUploadProgress(long bytesWritten,
- long contentLength,
- boolean done)
-This is called when the API upload processing.
- |
-
void onFailure(ApiException e, - int statusCode, - Map<String,List<String>> responseHeaders)-
e
- The exception causing the failurestatusCode
- Status code of the response if available, otherwise it would be 0responseHeaders
- Headers of the response if available, otherwise it would be nullvoid onSuccess(T result, - int statusCode, - Map<String,List<String>> responseHeaders)-
result
- The result deserialized from responsestatusCode
- Status code of the responseresponseHeaders
- Headers of the responsevoid onUploadProgress(long bytesWritten, - long contentLength, - boolean done)-
bytesWritten
- bytes WrittencontentLength
- content length of request bodydone
- write endvoid onDownloadProgress(long bytesRead, - long contentLength, - boolean done)-
bytesRead
- bytes ReadcontentLength
- content lenngth of the responsedone
- Read endCopyright © 2023. All rights reserved.
- - diff --git a/target/apidocs/com/namsor/sdk2/invoke/ApiClient.html b/target/apidocs/com/namsor/sdk2/invoke/ApiClient.html deleted file mode 100644 index c77dca4f..00000000 --- a/target/apidocs/com/namsor/sdk2/invoke/ApiClient.html +++ /dev/null @@ -1,1724 +0,0 @@ - - - - - - -public class ApiClient -extends Object-
Modifier and Type | -Method and Description | -
---|---|
ApiClient |
-addDefaultHeader(String key,
- String value)
-Add a default header.
- |
-
com.squareup.okhttp.Call |
-buildCall(String path,
- String method,
- List<Pair> queryParams,
- List<Pair> collectionQueryParams,
- Object body,
- Map<String,String> headerParams,
- Map<String,Object> formParams,
- String[] authNames,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build HTTP call with the given options.
- |
-
com.squareup.okhttp.Request |
-buildRequest(String path,
- String method,
- List<Pair> queryParams,
- List<Pair> collectionQueryParams,
- Object body,
- Map<String,String> headerParams,
- Map<String,Object> formParams,
- String[] authNames,
- ProgressRequestBody.ProgressRequestListener progressRequestListener)
-Build an HTTP request with the given options.
- |
-
com.squareup.okhttp.RequestBody |
-buildRequestBodyFormEncoding(Map<String,Object> formParams)
-Build a form-encoding request body with the given form parameters.
- |
-
com.squareup.okhttp.RequestBody |
-buildRequestBodyMultipart(Map<String,Object> formParams)
-Build a multipart (file uploading) request body with the given form parameters,
- which could contain text fields and file fields.
- |
-
String |
-buildUrl(String path,
- List<Pair> queryParams,
- List<Pair> collectionQueryParams)
-Build full URL by concatenating base path, the given sub path and query parameters.
- |
-
<T> T |
-deserialize(com.squareup.okhttp.Response response,
- Type returnType)
-Deserialize response body to Java object, according to the return type and
- the Content-Type response header.
- |
-
File |
-downloadFileFromResponse(com.squareup.okhttp.Response response)
-Download file from the given response.
- |
-
String |
-escapeString(String str)
-Escape the given string to be used as URL query value.
- |
-
<T> ApiResponse<T> |
-execute(com.squareup.okhttp.Call call)
-
- |
-
<T> ApiResponse<T> |
-execute(com.squareup.okhttp.Call call,
- Type returnType)
-Execute HTTP call and deserialize the HTTP response body into the given return type.
- |
-
<T> void |
-executeAsync(com.squareup.okhttp.Call call,
- ApiCallback<T> callback)
-
- |
-
<T> void |
-executeAsync(com.squareup.okhttp.Call call,
- Type returnType,
- ApiCallback<T> callback)
-Execute HTTP call asynchronously.
- |
-
Authentication |
-getAuthentication(String authName)
-Get authentication for the given name.
- |
-
Map<String,Authentication> |
-getAuthentications()
-Get authentications (key: authentication name, value: authentication).
- |
-
String |
-getBasePath()
-Get base path
- |
-
int |
-getConnectTimeout()
-Get connection timeout (in milliseconds).
- |
-
DateFormat |
-getDateFormat() |
-
com.squareup.okhttp.OkHttpClient |
-getHttpClient()
-Get HTTP client
- |
-
JSON |
-getJSON()
-Get JSON
- |
-
KeyManager[] |
-getKeyManagers() |
-
int |
-getReadTimeout()
-Get read timeout (in milliseconds).
- |
-
InputStream |
-getSslCaCert()
-Get SSL CA cert.
- |
-
String |
-getTempFolderPath()
-The path of temporary folder used to store downloaded files from endpoints
- with file response.
- |
-
org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder |
-getTokenEndPoint()
-Helper method to configure the token endpoint of the first oauth found in the apiAuthorizations (there should be only one)
- |
-
int |
-getWriteTimeout()
-Get write timeout (in milliseconds).
- |
-
String |
-guessContentTypeFromFile(File file)
-Guess Content-Type header from the given file (defaults to "application/octet-stream").
- |
-
<T> T |
-handleResponse(com.squareup.okhttp.Response response,
- Type returnType)
-Handle the given response, return the deserialized object when the response is successful.
- |
-
boolean |
-isDebugging()
-Check that whether debugging is enabled for this API client.
- |
-
boolean |
-isJsonMime(String mime)
-Check if the given MIME is a JSON MIME.
- |
-
boolean |
-isVerifyingSsl()
-True if isVerifyingSsl flag is on
- |
-
List<Pair> |
-parameterToPair(String name,
- Object value)
-Formats the specified query parameter to a list containing a single
-Pair object. |
-
List<Pair> |
-parameterToPairs(String collectionFormat,
- String name,
- Collection value)
-Formats the specified collection query parameters to a list of
-Pair objects. |
-
String |
-parameterToString(Object param)
-Format the given parameter object into string.
- |
-
File |
-prepareDownloadFile(com.squareup.okhttp.Response response)
-Prepare file for download
- |
-
void |
-processHeaderParams(Map<String,String> headerParams,
- com.squareup.okhttp.Request.Builder reqBuilder)
-Set header parameters to the request builder, including default headers.
- |
-
String |
-sanitizeFilename(String filename)
-Sanitize filename by removing path.
- |
-
String |
-selectHeaderAccept(String[] accepts)
-Select the Accept header's value from the given accepts array:
- if JSON exists in the given array, use it;
- otherwise use all of them (joining into a string)
- |
-
String |
-selectHeaderContentType(String[] contentTypes)
-Select the Content-Type header's value from the given array:
- if JSON exists in the given array, use it;
- otherwise use the first one of the array.
- |
-
com.squareup.okhttp.RequestBody |
-serialize(Object obj,
- String contentType)
-Serialize the given Java object into request body according to the object's
- class and the request Content-Type.
- |
-
void |
-setAccessToken(String accessToken)
-Helper method to set access token for the first OAuth2 authentication.
- |
-
void |
-setApiKey(String apiKey)
-Helper method to set API key value for the first API key authentication.
- |
-
void |
-setApiKeyPrefix(String apiKeyPrefix)
-Helper method to set API key prefix for the first API key authentication.
- |
-
ApiClient |
-setBasePath(String basePath)
-Set base path
- |
-
ApiClient |
-setConnectTimeout(int connectionTimeout)
-Sets the connect timeout (in milliseconds).
- |
-
ApiClient |
-setDateFormat(DateFormat dateFormat) |
-
ApiClient |
-setDebugging(boolean debugging)
-Enable/disable debugging for this API client.
- |
-
ApiClient |
-setHttpClient(com.squareup.okhttp.OkHttpClient httpClient)
-Set HTTP client
- |
-
ApiClient |
-setJSON(JSON json)
-Set JSON
- |
-
ApiClient |
-setKeyManagers(KeyManager[] managers)
-Configure client keys to use for authorization in an SSL session.
- |
-
ApiClient |
-setLenientOnJson(boolean lenientOnJson) |
-
ApiClient |
-setLocalDateFormat(org.threeten.bp.format.DateTimeFormatter dateFormat) |
-
ApiClient |
-setOffsetDateTimeFormat(org.threeten.bp.format.DateTimeFormatter dateFormat) |
-
void |
-setPassword(String password)
-Helper method to set password for the first HTTP basic authentication.
- |
-
ApiClient |
-setReadTimeout(int readTimeout)
-Sets the read timeout (in milliseconds).
- |
-
ApiClient |
-setSqlDateFormat(DateFormat dateFormat) |
-
ApiClient |
-setSslCaCert(InputStream sslCaCert)
-Configure the CA certificate to be trusted when making https requests.
- |
-
ApiClient |
-setTempFolderPath(String tempFolderPath)
-Set the temporary folder path (for downloading files)
- |
-
ApiClient |
-setUserAgent(String userAgent)
-Set the User-Agent header's value (by adding to the default header map).
- |
-
void |
-setUsername(String username)
-Helper method to set username for the first HTTP basic authentication.
- |
-
ApiClient |
-setVerifyingSsl(boolean verifyingSsl)
-Configure whether to verify certificate and hostname when making https requests.
- |
-
ApiClient |
-setWriteTimeout(int writeTimeout)
-Sets the write timeout (in milliseconds).
- |
-
void |
-updateParamsForAuth(String[] authNames,
- List<Pair> queryParams,
- Map<String,String> headerParams)
-Update query and header parameters based on authentication settings.
- |
-
public String getBasePath()-
public ApiClient setBasePath(String basePath)-
basePath
- Base path of the URL (e.g https://v2.namsor.com/NamSorAPIv2public com.squareup.okhttp.OkHttpClient getHttpClient()-
public ApiClient setHttpClient(com.squareup.okhttp.OkHttpClient httpClient)-
httpClient
- An instance of OkHttpClientpublic JSON getJSON()-
public ApiClient setJSON(JSON json)-
json
- JSON objectpublic boolean isVerifyingSsl()-
public ApiClient setVerifyingSsl(boolean verifyingSsl)-
verifyingSsl
- True to verify TLS/SSL connectionpublic InputStream getSslCaCert()-
public ApiClient setSslCaCert(InputStream sslCaCert)-
sslCaCert
- input stream for SSL CA certpublic KeyManager[] getKeyManagers()-
public ApiClient setKeyManagers(KeyManager[] managers)-
managers
- The KeyManagers to usepublic DateFormat getDateFormat()-
public ApiClient setDateFormat(DateFormat dateFormat)-
public ApiClient setSqlDateFormat(DateFormat dateFormat)-
public ApiClient setOffsetDateTimeFormat(org.threeten.bp.format.DateTimeFormatter dateFormat)-
public ApiClient setLocalDateFormat(org.threeten.bp.format.DateTimeFormatter dateFormat)-
public ApiClient setLenientOnJson(boolean lenientOnJson)-
public Map<String,Authentication> getAuthentications()-
public Authentication getAuthentication(String authName)-
authName
- The authentication namepublic void setUsername(String username)-
username
- Usernamepublic void setPassword(String password)-
password
- Passwordpublic void setApiKey(String apiKey)-
apiKey
- API keypublic void setApiKeyPrefix(String apiKeyPrefix)-
apiKeyPrefix
- API key prefixpublic void setAccessToken(String accessToken)-
accessToken
- Access tokenpublic ApiClient setUserAgent(String userAgent)-
userAgent
- HTTP request's user agentpublic ApiClient addDefaultHeader(String key, - String value)-
key
- The header's keyvalue
- The header's valuepublic boolean isDebugging()-
public ApiClient setDebugging(boolean debugging)-
debugging
- To enable (true) or disable (false) debuggingpublic String getTempFolderPath()-
null
, i.e. using
- the system's default tempopary folder.public ApiClient setTempFolderPath(String tempFolderPath)-
tempFolderPath
- Temporary folder pathpublic int getConnectTimeout()-
public ApiClient setConnectTimeout(int connectionTimeout)-
Integer.MAX_VALUE
.connectionTimeout
- connection timeout in millisecondspublic int getReadTimeout()-
public ApiClient setReadTimeout(int readTimeout)-
Integer.MAX_VALUE
.readTimeout
- read timeout in millisecondspublic int getWriteTimeout()-
public ApiClient setWriteTimeout(int writeTimeout)-
Integer.MAX_VALUE
.writeTimeout
- connection timeout in millisecondspublic org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder getTokenEndPoint()-
public String parameterToString(Object param)-
param
- Parameterpublic List<Pair> parameterToPair(String name, - Object value)-
Pair
object.
-
- Note that value
must not be a collection.name
- The name of the parameter.value
- The value of the parameter.Pair
object.public List<Pair> parameterToPairs(String collectionFormat, - String name, - Collection value)-
Pair
objects.
-
- Note that the values of each of the returned Pair objects are percent-encoded.collectionFormat
- The collection format of the parameter.name
- The name of the parameter.value
- The value of the parameter.Pair
objects.public String sanitizeFilename(String filename)-
filename
- The filename to be sanitizedpublic boolean isJsonMime(String mime)-
mime
- MIME (Multipurpose Internet Mail Extensions)public String selectHeaderAccept(String[] accepts)-
accepts
- The accepts array to select frompublic String selectHeaderContentType(String[] contentTypes)-
contentTypes
- The Content-Type array to select frompublic String escapeString(String str)-
str
- String to be escapedpublic <T> T deserialize(com.squareup.okhttp.Response response, - Type returnType) - throws ApiException-
T
- Typeresponse
- HTTP responsereturnType
- The type of the Java objectApiException
- If fail to deserialize response body, i.e. cannot read response body
- or the Content-Type of the response is not supported.public com.squareup.okhttp.RequestBody serialize(Object obj, - String contentType) - throws ApiException-
obj
- The Java objectcontentType
- The request Content-TypeApiException
- If fail to serialize the given objectpublic File downloadFileFromResponse(com.squareup.okhttp.Response response) - throws ApiException-
response
- An instance of the Response objectApiException
- If fail to read file content from response and write to diskpublic File prepareDownloadFile(com.squareup.okhttp.Response response) - throws IOException-
response
- An instance of the Response objectIOException
- If fail to prepare file for downloadpublic <T> ApiResponse<T> execute(com.squareup.okhttp.Call call) - throws ApiException- -
T
- Typecall
- An instance of the Call objectApiException
- If fail to execute the callpublic <T> ApiResponse<T> execute(com.squareup.okhttp.Call call, - Type returnType) - throws ApiException-
T
- The return type corresponding to (same with) returnTypereturnType
- The return type used to deserialize HTTP response bodycall
- CallApiException
- If fail to execute the callpublic <T> void executeAsync(com.squareup.okhttp.Call call, - ApiCallback<T> callback)- -
T
- Typecall
- An instance of the Call objectcallback
- ApiCallback<T>public <T> void executeAsync(com.squareup.okhttp.Call call, - Type returnType, - ApiCallback<T> callback)-
T
- Typecall
- The callback to be executed when the API call finishesreturnType
- Return typecallback
- ApiCallbackexecute(Call, Type)
public <T> T handleResponse(com.squareup.okhttp.Response response, - Type returnType) - throws ApiException-
T
- Typeresponse
- ResponsereturnType
- Return typeApiException
- If the response has an unsuccessful status code or
- fail to deserialize the response bodypublic com.squareup.okhttp.Call buildCall(String path, - String method, - List<Pair> queryParams, - List<Pair> collectionQueryParams, - Object body, - Map<String,String> headerParams, - Map<String,Object> formParams, - String[] authNames, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
path
- The sub-path of the HTTP URLmethod
- The request method, one of "GET", "HEAD", "OPTIONS", "POST", "PUT", "PATCH" and "DELETE"queryParams
- The query parameterscollectionQueryParams
- The collection query parametersbody
- The request body objectheaderParams
- The header parametersformParams
- The form parametersauthNames
- The authentications to applyprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic com.squareup.okhttp.Request buildRequest(String path, - String method, - List<Pair> queryParams, - List<Pair> collectionQueryParams, - Object body, - Map<String,String> headerParams, - Map<String,Object> formParams, - String[] authNames, - ProgressRequestBody.ProgressRequestListener progressRequestListener) - throws ApiException-
path
- The sub-path of the HTTP URLmethod
- The request method, one of "GET", "HEAD", "OPTIONS", "POST", "PUT", "PATCH" and "DELETE"queryParams
- The query parameterscollectionQueryParams
- The collection query parametersbody
- The request body objectheaderParams
- The header parametersformParams
- The form parametersauthNames
- The authentications to applyprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic String buildUrl(String path, - List<Pair> queryParams, - List<Pair> collectionQueryParams)-
path
- The sub pathqueryParams
- The query parameterscollectionQueryParams
- The collection query parameterspublic void processHeaderParams(Map<String,String> headerParams, - com.squareup.okhttp.Request.Builder reqBuilder)-
headerParams
- Header parameters in the ofrm of MapreqBuilder
- Reqeust.Builderpublic void updateParamsForAuth(String[] authNames, - List<Pair> queryParams, - Map<String,String> headerParams)-
authNames
- The authentications to applyqueryParams
- List of query parametersheaderParams
- Map of header parameterspublic com.squareup.okhttp.RequestBody buildRequestBodyFormEncoding(Map<String,Object> formParams)-
formParams
- Form parameters in the form of Mappublic com.squareup.okhttp.RequestBody buildRequestBodyMultipart(Map<String,Object> formParams)-
formParams
- Form parameters in the form of MapCopyright © 2023. All rights reserved.
- - diff --git a/target/apidocs/com/namsor/sdk2/invoke/ApiException.html b/target/apidocs/com/namsor/sdk2/invoke/ApiException.html deleted file mode 100644 index bf8868bc..00000000 --- a/target/apidocs/com/namsor/sdk2/invoke/ApiException.html +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - -@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", - date="2023-06-19T10:33:14.621+02:00[Europe/Berlin]") -public class ApiException -extends Exception-
Constructor and Description | -
---|
ApiException() |
-
ApiException(int code,
- Map<String,List<String>> responseHeaders,
- String responseBody) |
-
ApiException(int code,
- String message) |
-
ApiException(int code,
- String message,
- Map<String,List<String>> responseHeaders,
- String responseBody) |
-
ApiException(String message) |
-
ApiException(String message,
- int code,
- Map<String,List<String>> responseHeaders,
- String responseBody) |
-
ApiException(String message,
- Throwable throwable,
- int code,
- Map<String,List<String>> responseHeaders) |
-
ApiException(String message,
- Throwable throwable,
- int code,
- Map<String,List<String>> responseHeaders,
- String responseBody) |
-
ApiException(Throwable throwable) |
-
Modifier and Type | -Method and Description | -
---|---|
int |
-getCode()
-Get the HTTP status code.
- |
-
String |
-getResponseBody()
-Get the HTTP response body.
- |
-
Map<String,List<String>> |
-getResponseHeaders()
-Get the HTTP response headers.
- |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ApiException()-
public ApiException(Throwable throwable)-
public ApiException(String message)-
public ApiException(String message, - Throwable throwable, - int code, - Map<String,List<String>> responseHeaders, - String responseBody)-
public ApiException(String message, - int code, - Map<String,List<String>> responseHeaders, - String responseBody)-
public ApiException(String message, - Throwable throwable, - int code, - Map<String,List<String>> responseHeaders)-
public ApiException(int code, - Map<String,List<String>> responseHeaders, - String responseBody)-
public ApiException(int code, - String message)-
public int getCode()-
public Map<String,List<String>> getResponseHeaders()-
public String getResponseBody()-
Copyright © 2023. All rights reserved.
- - diff --git a/target/apidocs/com/namsor/sdk2/invoke/ApiResponse.html b/target/apidocs/com/namsor/sdk2/invoke/ApiResponse.html deleted file mode 100644 index ce81cc73..00000000 --- a/target/apidocs/com/namsor/sdk2/invoke/ApiResponse.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - -T
- The type of data that is deserialized from response bodypublic class ApiResponse<T> -extends Object-
Constructor and Description | -
---|
ApiResponse(int statusCode,
- Map<String,List<String>> headers) |
-
ApiResponse(int statusCode,
- Map<String,List<String>> headers,
- T data) |
-
Modifier and Type | -Method and Description | -
---|---|
T |
-getData() |
-
Map<String,List<String>> |
-getHeaders() |
-
int |
-getStatusCode() |
-
Copyright © 2023. All rights reserved.
- - diff --git a/target/apidocs/com/namsor/sdk2/invoke/Configuration.html b/target/apidocs/com/namsor/sdk2/invoke/Configuration.html deleted file mode 100644 index 479fe9da..00000000 --- a/target/apidocs/com/namsor/sdk2/invoke/Configuration.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - -@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", - date="2023-06-19T10:33:14.621+02:00[Europe/Berlin]") -public class Configuration -extends Object-
Constructor and Description | -
---|
Configuration() |
-
Modifier and Type | -Method and Description | -
---|---|
static ApiClient |
-getDefaultApiClient()
-Get the default API client, which would be used when creating API
- instances without providing an API client.
- |
-
static void |
-setDefaultApiClient(ApiClient apiClient)
-Set the default API client, which would be used when creating API
- instances without providing an API client.
- |
-
public static ApiClient getDefaultApiClient()-
public static void setDefaultApiClient(ApiClient apiClient)-
apiClient
- API clientCopyright © 2023. All rights reserved.
- - diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$1.class b/target/classes/com/namsor/sdk2/api/AdminApi$1.class deleted file mode 100644 index 87f5c1a6..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$10.class b/target/classes/com/namsor/sdk2/api/AdminApi$10.class deleted file mode 100644 index aad70a5f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$10.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$11.class b/target/classes/com/namsor/sdk2/api/AdminApi$11.class deleted file mode 100644 index 0f08ea72..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$11.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$12.class b/target/classes/com/namsor/sdk2/api/AdminApi$12.class deleted file mode 100644 index 79379da9..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$12.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$13.class b/target/classes/com/namsor/sdk2/api/AdminApi$13.class deleted file mode 100644 index f9455b71..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$13.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$14.class b/target/classes/com/namsor/sdk2/api/AdminApi$14.class deleted file mode 100644 index 7bf989c8..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$14.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$15.class b/target/classes/com/namsor/sdk2/api/AdminApi$15.class deleted file mode 100644 index adacaad2..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$15.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$16.class b/target/classes/com/namsor/sdk2/api/AdminApi$16.class deleted file mode 100644 index cf5560a3..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$16.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$17.class b/target/classes/com/namsor/sdk2/api/AdminApi$17.class deleted file mode 100644 index d6466c6e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$17.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$18.class b/target/classes/com/namsor/sdk2/api/AdminApi$18.class deleted file mode 100644 index 3297de58..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$18.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$19.class b/target/classes/com/namsor/sdk2/api/AdminApi$19.class deleted file mode 100644 index 24983c44..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$19.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$2.class b/target/classes/com/namsor/sdk2/api/AdminApi$2.class deleted file mode 100644 index 02666593..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$2.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$20.class b/target/classes/com/namsor/sdk2/api/AdminApi$20.class deleted file mode 100644 index 7fe98d66..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$20.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$21.class b/target/classes/com/namsor/sdk2/api/AdminApi$21.class deleted file mode 100644 index 916d308e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$21.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$22.class b/target/classes/com/namsor/sdk2/api/AdminApi$22.class deleted file mode 100644 index d5f2f01c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$22.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$23.class b/target/classes/com/namsor/sdk2/api/AdminApi$23.class deleted file mode 100644 index 399fffa4..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$23.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$24.class b/target/classes/com/namsor/sdk2/api/AdminApi$24.class deleted file mode 100644 index 1df3c19f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$24.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$25.class b/target/classes/com/namsor/sdk2/api/AdminApi$25.class deleted file mode 100644 index 9ad850d6..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$25.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$26.class b/target/classes/com/namsor/sdk2/api/AdminApi$26.class deleted file mode 100644 index 94c08651..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$26.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$27.class b/target/classes/com/namsor/sdk2/api/AdminApi$27.class deleted file mode 100644 index ab81f163..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$27.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$28.class b/target/classes/com/namsor/sdk2/api/AdminApi$28.class deleted file mode 100644 index 4de7926a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$28.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$29.class b/target/classes/com/namsor/sdk2/api/AdminApi$29.class deleted file mode 100644 index 4ac8ca1a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$29.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$3.class b/target/classes/com/namsor/sdk2/api/AdminApi$3.class deleted file mode 100644 index 293164e9..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$3.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$30.class b/target/classes/com/namsor/sdk2/api/AdminApi$30.class deleted file mode 100644 index 712f315b..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$30.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$31.class b/target/classes/com/namsor/sdk2/api/AdminApi$31.class deleted file mode 100644 index 0f8d9623..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$31.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$32.class b/target/classes/com/namsor/sdk2/api/AdminApi$32.class deleted file mode 100644 index c3d71e80..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$32.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$33.class b/target/classes/com/namsor/sdk2/api/AdminApi$33.class deleted file mode 100644 index 80ab61db..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$33.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$34.class b/target/classes/com/namsor/sdk2/api/AdminApi$34.class deleted file mode 100644 index 5ebd460a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$34.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$35.class b/target/classes/com/namsor/sdk2/api/AdminApi$35.class deleted file mode 100644 index 3ba99db7..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$35.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$36.class b/target/classes/com/namsor/sdk2/api/AdminApi$36.class deleted file mode 100644 index 2a0a87d6..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$36.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$37.class b/target/classes/com/namsor/sdk2/api/AdminApi$37.class deleted file mode 100644 index feabdcfd..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$37.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$38.class b/target/classes/com/namsor/sdk2/api/AdminApi$38.class deleted file mode 100644 index 1d65aabd..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$38.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$39.class b/target/classes/com/namsor/sdk2/api/AdminApi$39.class deleted file mode 100644 index 1d6e0a0e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$39.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$4.class b/target/classes/com/namsor/sdk2/api/AdminApi$4.class deleted file mode 100644 index 7f973b3e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$4.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$40.class b/target/classes/com/namsor/sdk2/api/AdminApi$40.class deleted file mode 100644 index 8b60cbf0..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$40.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$41.class b/target/classes/com/namsor/sdk2/api/AdminApi$41.class deleted file mode 100644 index 75d805ff..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$41.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$42.class b/target/classes/com/namsor/sdk2/api/AdminApi$42.class deleted file mode 100644 index 62597e7c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$42.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$43.class b/target/classes/com/namsor/sdk2/api/AdminApi$43.class deleted file mode 100644 index 5a4bf012..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$43.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$44.class b/target/classes/com/namsor/sdk2/api/AdminApi$44.class deleted file mode 100644 index 761c93d9..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$44.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$5.class b/target/classes/com/namsor/sdk2/api/AdminApi$5.class deleted file mode 100644 index c7884385..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$5.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$6.class b/target/classes/com/namsor/sdk2/api/AdminApi$6.class deleted file mode 100644 index cd5006e3..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$6.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$7.class b/target/classes/com/namsor/sdk2/api/AdminApi$7.class deleted file mode 100644 index 77063cdc..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$7.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$8.class b/target/classes/com/namsor/sdk2/api/AdminApi$8.class deleted file mode 100644 index 610a4c8f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$8.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi$9.class b/target/classes/com/namsor/sdk2/api/AdminApi$9.class deleted file mode 100644 index 12cda5a0..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi$9.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/AdminApi.class b/target/classes/com/namsor/sdk2/api/AdminApi.class deleted file mode 100644 index e821e901..00000000 Binary files a/target/classes/com/namsor/sdk2/api/AdminApi.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$1.class b/target/classes/com/namsor/sdk2/api/ChineseApi$1.class deleted file mode 100644 index 213e3b63..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$10.class b/target/classes/com/namsor/sdk2/api/ChineseApi$10.class deleted file mode 100644 index 8ac9f521..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$10.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$11.class b/target/classes/com/namsor/sdk2/api/ChineseApi$11.class deleted file mode 100644 index bc250227..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$11.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$12.class b/target/classes/com/namsor/sdk2/api/ChineseApi$12.class deleted file mode 100644 index 3fb58df3..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$12.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$13.class b/target/classes/com/namsor/sdk2/api/ChineseApi$13.class deleted file mode 100644 index 4ee9929a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$13.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$14.class b/target/classes/com/namsor/sdk2/api/ChineseApi$14.class deleted file mode 100644 index 08d152b7..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$14.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$15.class b/target/classes/com/namsor/sdk2/api/ChineseApi$15.class deleted file mode 100644 index f41459c4..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$15.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$16.class b/target/classes/com/namsor/sdk2/api/ChineseApi$16.class deleted file mode 100644 index 9f030b95..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$16.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$17.class b/target/classes/com/namsor/sdk2/api/ChineseApi$17.class deleted file mode 100644 index bafe9e42..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$17.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$18.class b/target/classes/com/namsor/sdk2/api/ChineseApi$18.class deleted file mode 100644 index b4458860..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$18.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$19.class b/target/classes/com/namsor/sdk2/api/ChineseApi$19.class deleted file mode 100644 index 16c6f892..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$19.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$2.class b/target/classes/com/namsor/sdk2/api/ChineseApi$2.class deleted file mode 100644 index de8d5f06..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$2.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$20.class b/target/classes/com/namsor/sdk2/api/ChineseApi$20.class deleted file mode 100644 index 79098ce9..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$20.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$3.class b/target/classes/com/namsor/sdk2/api/ChineseApi$3.class deleted file mode 100644 index 101dfc38..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$3.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$4.class b/target/classes/com/namsor/sdk2/api/ChineseApi$4.class deleted file mode 100644 index af0fc3a6..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$4.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$5.class b/target/classes/com/namsor/sdk2/api/ChineseApi$5.class deleted file mode 100644 index f2d7aaaf..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$5.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$6.class b/target/classes/com/namsor/sdk2/api/ChineseApi$6.class deleted file mode 100644 index aa73f522..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$6.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$7.class b/target/classes/com/namsor/sdk2/api/ChineseApi$7.class deleted file mode 100644 index 7178703d..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$7.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$8.class b/target/classes/com/namsor/sdk2/api/ChineseApi$8.class deleted file mode 100644 index 0db3d4fb..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$8.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi$9.class b/target/classes/com/namsor/sdk2/api/ChineseApi$9.class deleted file mode 100644 index 48dbe555..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi$9.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/ChineseApi.class b/target/classes/com/namsor/sdk2/api/ChineseApi.class deleted file mode 100644 index ef2495e4..00000000 Binary files a/target/classes/com/namsor/sdk2/api/ChineseApi.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$1.class b/target/classes/com/namsor/sdk2/api/PersonalApi$1.class deleted file mode 100644 index 12528a88..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$10.class b/target/classes/com/namsor/sdk2/api/PersonalApi$10.class deleted file mode 100644 index 41c15683..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$10.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$100.class b/target/classes/com/namsor/sdk2/api/PersonalApi$100.class deleted file mode 100644 index 730ea496..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$100.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$101.class b/target/classes/com/namsor/sdk2/api/PersonalApi$101.class deleted file mode 100644 index 430a973e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$101.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$102.class b/target/classes/com/namsor/sdk2/api/PersonalApi$102.class deleted file mode 100644 index b966f36f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$102.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$103.class b/target/classes/com/namsor/sdk2/api/PersonalApi$103.class deleted file mode 100644 index cb95a63f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$103.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$104.class b/target/classes/com/namsor/sdk2/api/PersonalApi$104.class deleted file mode 100644 index 67ac36a2..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$104.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$105.class b/target/classes/com/namsor/sdk2/api/PersonalApi$105.class deleted file mode 100644 index 19fec9bc..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$105.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$106.class b/target/classes/com/namsor/sdk2/api/PersonalApi$106.class deleted file mode 100644 index 7c8f7544..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$106.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$107.class b/target/classes/com/namsor/sdk2/api/PersonalApi$107.class deleted file mode 100644 index b2319b3a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$107.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$108.class b/target/classes/com/namsor/sdk2/api/PersonalApi$108.class deleted file mode 100644 index 7fc67c3f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$108.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$109.class b/target/classes/com/namsor/sdk2/api/PersonalApi$109.class deleted file mode 100644 index bf1de364..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$109.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$11.class b/target/classes/com/namsor/sdk2/api/PersonalApi$11.class deleted file mode 100644 index 98cfc911..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$11.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$110.class b/target/classes/com/namsor/sdk2/api/PersonalApi$110.class deleted file mode 100644 index 451328fa..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$110.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$111.class b/target/classes/com/namsor/sdk2/api/PersonalApi$111.class deleted file mode 100644 index c60d3e10..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$111.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$112.class b/target/classes/com/namsor/sdk2/api/PersonalApi$112.class deleted file mode 100644 index 156ef8f8..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$112.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$113.class b/target/classes/com/namsor/sdk2/api/PersonalApi$113.class deleted file mode 100644 index 493aac48..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$113.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$114.class b/target/classes/com/namsor/sdk2/api/PersonalApi$114.class deleted file mode 100644 index 983a913f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$114.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$115.class b/target/classes/com/namsor/sdk2/api/PersonalApi$115.class deleted file mode 100644 index 34421257..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$115.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$116.class b/target/classes/com/namsor/sdk2/api/PersonalApi$116.class deleted file mode 100644 index 98bc8672..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$116.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$117.class b/target/classes/com/namsor/sdk2/api/PersonalApi$117.class deleted file mode 100644 index 29a05fec..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$117.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$118.class b/target/classes/com/namsor/sdk2/api/PersonalApi$118.class deleted file mode 100644 index 448b3d4a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$118.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$119.class b/target/classes/com/namsor/sdk2/api/PersonalApi$119.class deleted file mode 100644 index 0cfda59d..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$119.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$12.class b/target/classes/com/namsor/sdk2/api/PersonalApi$12.class deleted file mode 100644 index 071806bc..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$12.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$120.class b/target/classes/com/namsor/sdk2/api/PersonalApi$120.class deleted file mode 100644 index fe9b269a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$120.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$13.class b/target/classes/com/namsor/sdk2/api/PersonalApi$13.class deleted file mode 100644 index d914aa36..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$13.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$14.class b/target/classes/com/namsor/sdk2/api/PersonalApi$14.class deleted file mode 100644 index 3c2d51fc..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$14.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$15.class b/target/classes/com/namsor/sdk2/api/PersonalApi$15.class deleted file mode 100644 index 27958776..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$15.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$16.class b/target/classes/com/namsor/sdk2/api/PersonalApi$16.class deleted file mode 100644 index 3d901d2c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$16.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$17.class b/target/classes/com/namsor/sdk2/api/PersonalApi$17.class deleted file mode 100644 index c7403b82..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$17.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$18.class b/target/classes/com/namsor/sdk2/api/PersonalApi$18.class deleted file mode 100644 index c5a97d00..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$18.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$19.class b/target/classes/com/namsor/sdk2/api/PersonalApi$19.class deleted file mode 100644 index d2f312f1..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$19.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$2.class b/target/classes/com/namsor/sdk2/api/PersonalApi$2.class deleted file mode 100644 index 132e9c5f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$2.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$20.class b/target/classes/com/namsor/sdk2/api/PersonalApi$20.class deleted file mode 100644 index 092dc076..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$20.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$21.class b/target/classes/com/namsor/sdk2/api/PersonalApi$21.class deleted file mode 100644 index eeb40cbd..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$21.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$22.class b/target/classes/com/namsor/sdk2/api/PersonalApi$22.class deleted file mode 100644 index a7c0d007..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$22.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$23.class b/target/classes/com/namsor/sdk2/api/PersonalApi$23.class deleted file mode 100644 index 0bb961a9..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$23.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$24.class b/target/classes/com/namsor/sdk2/api/PersonalApi$24.class deleted file mode 100644 index d7d9a37a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$24.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$25.class b/target/classes/com/namsor/sdk2/api/PersonalApi$25.class deleted file mode 100644 index fa259218..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$25.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$26.class b/target/classes/com/namsor/sdk2/api/PersonalApi$26.class deleted file mode 100644 index 4a2ff6d1..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$26.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$27.class b/target/classes/com/namsor/sdk2/api/PersonalApi$27.class deleted file mode 100644 index 3b90572f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$27.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$28.class b/target/classes/com/namsor/sdk2/api/PersonalApi$28.class deleted file mode 100644 index 40bbb7b7..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$28.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$29.class b/target/classes/com/namsor/sdk2/api/PersonalApi$29.class deleted file mode 100644 index 545451c7..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$29.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$3.class b/target/classes/com/namsor/sdk2/api/PersonalApi$3.class deleted file mode 100644 index 17290b8c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$3.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$30.class b/target/classes/com/namsor/sdk2/api/PersonalApi$30.class deleted file mode 100644 index e5599bb3..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$30.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$31.class b/target/classes/com/namsor/sdk2/api/PersonalApi$31.class deleted file mode 100644 index 5f91329e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$31.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$32.class b/target/classes/com/namsor/sdk2/api/PersonalApi$32.class deleted file mode 100644 index ed92e965..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$32.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$33.class b/target/classes/com/namsor/sdk2/api/PersonalApi$33.class deleted file mode 100644 index dcd1f427..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$33.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$34.class b/target/classes/com/namsor/sdk2/api/PersonalApi$34.class deleted file mode 100644 index 377bbf5c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$34.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$35.class b/target/classes/com/namsor/sdk2/api/PersonalApi$35.class deleted file mode 100644 index 2ce23eb3..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$35.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$36.class b/target/classes/com/namsor/sdk2/api/PersonalApi$36.class deleted file mode 100644 index 2c548652..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$36.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$37.class b/target/classes/com/namsor/sdk2/api/PersonalApi$37.class deleted file mode 100644 index b29229f4..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$37.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$38.class b/target/classes/com/namsor/sdk2/api/PersonalApi$38.class deleted file mode 100644 index b402cab2..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$38.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$39.class b/target/classes/com/namsor/sdk2/api/PersonalApi$39.class deleted file mode 100644 index 0b001286..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$39.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$4.class b/target/classes/com/namsor/sdk2/api/PersonalApi$4.class deleted file mode 100644 index 4d434ef8..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$4.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$40.class b/target/classes/com/namsor/sdk2/api/PersonalApi$40.class deleted file mode 100644 index 5889eb3c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$40.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$41.class b/target/classes/com/namsor/sdk2/api/PersonalApi$41.class deleted file mode 100644 index ccbc64d1..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$41.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$42.class b/target/classes/com/namsor/sdk2/api/PersonalApi$42.class deleted file mode 100644 index 3f48dc76..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$42.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$43.class b/target/classes/com/namsor/sdk2/api/PersonalApi$43.class deleted file mode 100644 index f246bda0..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$43.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$44.class b/target/classes/com/namsor/sdk2/api/PersonalApi$44.class deleted file mode 100644 index de5cefa5..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$44.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$45.class b/target/classes/com/namsor/sdk2/api/PersonalApi$45.class deleted file mode 100644 index 4bfcfc8b..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$45.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$46.class b/target/classes/com/namsor/sdk2/api/PersonalApi$46.class deleted file mode 100644 index d2dfa9b8..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$46.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$47.class b/target/classes/com/namsor/sdk2/api/PersonalApi$47.class deleted file mode 100644 index 607121f3..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$47.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$48.class b/target/classes/com/namsor/sdk2/api/PersonalApi$48.class deleted file mode 100644 index 2f7bbed2..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$48.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$49.class b/target/classes/com/namsor/sdk2/api/PersonalApi$49.class deleted file mode 100644 index 4cdca209..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$49.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$5.class b/target/classes/com/namsor/sdk2/api/PersonalApi$5.class deleted file mode 100644 index 68120e5c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$5.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$50.class b/target/classes/com/namsor/sdk2/api/PersonalApi$50.class deleted file mode 100644 index 12cfa100..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$50.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$51.class b/target/classes/com/namsor/sdk2/api/PersonalApi$51.class deleted file mode 100644 index 88ce7332..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$51.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$52.class b/target/classes/com/namsor/sdk2/api/PersonalApi$52.class deleted file mode 100644 index 17ac9262..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$52.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$53.class b/target/classes/com/namsor/sdk2/api/PersonalApi$53.class deleted file mode 100644 index 9e7d749f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$53.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$54.class b/target/classes/com/namsor/sdk2/api/PersonalApi$54.class deleted file mode 100644 index f9e80192..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$54.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$55.class b/target/classes/com/namsor/sdk2/api/PersonalApi$55.class deleted file mode 100644 index db758a32..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$55.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$56.class b/target/classes/com/namsor/sdk2/api/PersonalApi$56.class deleted file mode 100644 index bb61b9e1..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$56.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$57.class b/target/classes/com/namsor/sdk2/api/PersonalApi$57.class deleted file mode 100644 index eab6db7c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$57.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$58.class b/target/classes/com/namsor/sdk2/api/PersonalApi$58.class deleted file mode 100644 index eda9c41e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$58.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$59.class b/target/classes/com/namsor/sdk2/api/PersonalApi$59.class deleted file mode 100644 index 459f5a5f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$59.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$6.class b/target/classes/com/namsor/sdk2/api/PersonalApi$6.class deleted file mode 100644 index ff009cb4..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$6.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$60.class b/target/classes/com/namsor/sdk2/api/PersonalApi$60.class deleted file mode 100644 index 67cc9384..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$60.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$61.class b/target/classes/com/namsor/sdk2/api/PersonalApi$61.class deleted file mode 100644 index 1088bd0e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$61.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$62.class b/target/classes/com/namsor/sdk2/api/PersonalApi$62.class deleted file mode 100644 index 1ac4753d..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$62.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$63.class b/target/classes/com/namsor/sdk2/api/PersonalApi$63.class deleted file mode 100644 index d3be5036..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$63.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$64.class b/target/classes/com/namsor/sdk2/api/PersonalApi$64.class deleted file mode 100644 index 24cadaaf..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$64.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$65.class b/target/classes/com/namsor/sdk2/api/PersonalApi$65.class deleted file mode 100644 index 81fdf919..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$65.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$66.class b/target/classes/com/namsor/sdk2/api/PersonalApi$66.class deleted file mode 100644 index 8780e28b..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$66.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$67.class b/target/classes/com/namsor/sdk2/api/PersonalApi$67.class deleted file mode 100644 index 0601eac6..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$67.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$68.class b/target/classes/com/namsor/sdk2/api/PersonalApi$68.class deleted file mode 100644 index ef6fa7e7..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$68.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$69.class b/target/classes/com/namsor/sdk2/api/PersonalApi$69.class deleted file mode 100644 index ec6eac1f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$69.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$7.class b/target/classes/com/namsor/sdk2/api/PersonalApi$7.class deleted file mode 100644 index 75f40646..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$7.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$70.class b/target/classes/com/namsor/sdk2/api/PersonalApi$70.class deleted file mode 100644 index 7c215d16..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$70.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$71.class b/target/classes/com/namsor/sdk2/api/PersonalApi$71.class deleted file mode 100644 index 28493249..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$71.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$72.class b/target/classes/com/namsor/sdk2/api/PersonalApi$72.class deleted file mode 100644 index 03e5838e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$72.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$73.class b/target/classes/com/namsor/sdk2/api/PersonalApi$73.class deleted file mode 100644 index c13561ab..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$73.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$74.class b/target/classes/com/namsor/sdk2/api/PersonalApi$74.class deleted file mode 100644 index cb7c2f78..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$74.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$75.class b/target/classes/com/namsor/sdk2/api/PersonalApi$75.class deleted file mode 100644 index 51ca3ae7..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$75.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$76.class b/target/classes/com/namsor/sdk2/api/PersonalApi$76.class deleted file mode 100644 index f8de706f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$76.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$77.class b/target/classes/com/namsor/sdk2/api/PersonalApi$77.class deleted file mode 100644 index 20362a1d..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$77.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$78.class b/target/classes/com/namsor/sdk2/api/PersonalApi$78.class deleted file mode 100644 index 08e0b0d0..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$78.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$79.class b/target/classes/com/namsor/sdk2/api/PersonalApi$79.class deleted file mode 100644 index 2fa52093..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$79.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$8.class b/target/classes/com/namsor/sdk2/api/PersonalApi$8.class deleted file mode 100644 index 2e157074..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$8.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$80.class b/target/classes/com/namsor/sdk2/api/PersonalApi$80.class deleted file mode 100644 index e74e75e7..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$80.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$81.class b/target/classes/com/namsor/sdk2/api/PersonalApi$81.class deleted file mode 100644 index b3157cf0..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$81.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$82.class b/target/classes/com/namsor/sdk2/api/PersonalApi$82.class deleted file mode 100644 index 33822a92..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$82.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$83.class b/target/classes/com/namsor/sdk2/api/PersonalApi$83.class deleted file mode 100644 index ef1cd946..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$83.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$84.class b/target/classes/com/namsor/sdk2/api/PersonalApi$84.class deleted file mode 100644 index ab15f69a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$84.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$85.class b/target/classes/com/namsor/sdk2/api/PersonalApi$85.class deleted file mode 100644 index fe3c43cd..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$85.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$86.class b/target/classes/com/namsor/sdk2/api/PersonalApi$86.class deleted file mode 100644 index c7aa04aa..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$86.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$87.class b/target/classes/com/namsor/sdk2/api/PersonalApi$87.class deleted file mode 100644 index 45138d75..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$87.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$88.class b/target/classes/com/namsor/sdk2/api/PersonalApi$88.class deleted file mode 100644 index 652daa58..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$88.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$89.class b/target/classes/com/namsor/sdk2/api/PersonalApi$89.class deleted file mode 100644 index 38a34e49..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$89.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$9.class b/target/classes/com/namsor/sdk2/api/PersonalApi$9.class deleted file mode 100644 index 0a0a0d3e..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$9.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$90.class b/target/classes/com/namsor/sdk2/api/PersonalApi$90.class deleted file mode 100644 index dca52f48..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$90.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$91.class b/target/classes/com/namsor/sdk2/api/PersonalApi$91.class deleted file mode 100644 index 2f51571f..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$91.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$92.class b/target/classes/com/namsor/sdk2/api/PersonalApi$92.class deleted file mode 100644 index 290845a4..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$92.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$93.class b/target/classes/com/namsor/sdk2/api/PersonalApi$93.class deleted file mode 100644 index 3ef2f8ef..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$93.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$94.class b/target/classes/com/namsor/sdk2/api/PersonalApi$94.class deleted file mode 100644 index 2e0dadb7..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$94.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$95.class b/target/classes/com/namsor/sdk2/api/PersonalApi$95.class deleted file mode 100644 index 633db261..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$95.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$96.class b/target/classes/com/namsor/sdk2/api/PersonalApi$96.class deleted file mode 100644 index c4ff7901..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$96.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$97.class b/target/classes/com/namsor/sdk2/api/PersonalApi$97.class deleted file mode 100644 index fc231df4..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$97.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$98.class b/target/classes/com/namsor/sdk2/api/PersonalApi$98.class deleted file mode 100644 index f966fca8..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$98.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi$99.class b/target/classes/com/namsor/sdk2/api/PersonalApi$99.class deleted file mode 100644 index 6e38e221..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi$99.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/PersonalApi.class b/target/classes/com/namsor/sdk2/api/PersonalApi.class deleted file mode 100644 index 33baf0a6..00000000 Binary files a/target/classes/com/namsor/sdk2/api/PersonalApi.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$1.class b/target/classes/com/namsor/sdk2/api/SocialApi$1.class deleted file mode 100644 index 105a4429..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$10.class b/target/classes/com/namsor/sdk2/api/SocialApi$10.class deleted file mode 100644 index c1f082de..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$10.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$11.class b/target/classes/com/namsor/sdk2/api/SocialApi$11.class deleted file mode 100644 index 47e1ceb5..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$11.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$12.class b/target/classes/com/namsor/sdk2/api/SocialApi$12.class deleted file mode 100644 index 9d600eb5..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$12.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$13.class b/target/classes/com/namsor/sdk2/api/SocialApi$13.class deleted file mode 100644 index 59f125d9..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$13.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$14.class b/target/classes/com/namsor/sdk2/api/SocialApi$14.class deleted file mode 100644 index 099cbe84..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$14.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$15.class b/target/classes/com/namsor/sdk2/api/SocialApi$15.class deleted file mode 100644 index d8199674..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$15.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$16.class b/target/classes/com/namsor/sdk2/api/SocialApi$16.class deleted file mode 100644 index a0e7b510..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$16.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$17.class b/target/classes/com/namsor/sdk2/api/SocialApi$17.class deleted file mode 100644 index 8bb3f52b..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$17.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$18.class b/target/classes/com/namsor/sdk2/api/SocialApi$18.class deleted file mode 100644 index 6372ff55..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$18.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$19.class b/target/classes/com/namsor/sdk2/api/SocialApi$19.class deleted file mode 100644 index 03399e0a..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$19.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$2.class b/target/classes/com/namsor/sdk2/api/SocialApi$2.class deleted file mode 100644 index 1e8de60c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$2.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$20.class b/target/classes/com/namsor/sdk2/api/SocialApi$20.class deleted file mode 100644 index 24c1ebee..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$20.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$21.class b/target/classes/com/namsor/sdk2/api/SocialApi$21.class deleted file mode 100644 index e8412369..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$21.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$22.class b/target/classes/com/namsor/sdk2/api/SocialApi$22.class deleted file mode 100644 index 579f873c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$22.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$23.class b/target/classes/com/namsor/sdk2/api/SocialApi$23.class deleted file mode 100644 index 1a0a84ed..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$23.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$24.class b/target/classes/com/namsor/sdk2/api/SocialApi$24.class deleted file mode 100644 index 8acfba28..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$24.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$25.class b/target/classes/com/namsor/sdk2/api/SocialApi$25.class deleted file mode 100644 index cdda65dd..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$25.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$3.class b/target/classes/com/namsor/sdk2/api/SocialApi$3.class deleted file mode 100644 index d88d3bf8..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$3.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$4.class b/target/classes/com/namsor/sdk2/api/SocialApi$4.class deleted file mode 100644 index 7fe209ea..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$4.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$5.class b/target/classes/com/namsor/sdk2/api/SocialApi$5.class deleted file mode 100644 index b10cf861..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$5.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$6.class b/target/classes/com/namsor/sdk2/api/SocialApi$6.class deleted file mode 100644 index 43f5f667..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$6.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$7.class b/target/classes/com/namsor/sdk2/api/SocialApi$7.class deleted file mode 100644 index 896dae5c..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$7.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$8.class b/target/classes/com/namsor/sdk2/api/SocialApi$8.class deleted file mode 100644 index 04bdb539..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$8.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi$9.class b/target/classes/com/namsor/sdk2/api/SocialApi$9.class deleted file mode 100644 index 78c964cb..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi$9.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/api/SocialApi.class b/target/classes/com/namsor/sdk2/api/SocialApi.class deleted file mode 100644 index 6b0b884b..00000000 Binary files a/target/classes/com/namsor/sdk2/api/SocialApi.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ApiCallback.class b/target/classes/com/namsor/sdk2/invoke/ApiCallback.class deleted file mode 100644 index e7b9112a..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ApiCallback.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ApiClient$1.class b/target/classes/com/namsor/sdk2/invoke/ApiClient$1.class deleted file mode 100644 index 61900b20..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ApiClient$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ApiClient$2.class b/target/classes/com/namsor/sdk2/invoke/ApiClient$2.class deleted file mode 100644 index 38131c4d..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ApiClient$2.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ApiClient$3.class b/target/classes/com/namsor/sdk2/invoke/ApiClient$3.class deleted file mode 100644 index e9905fae..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ApiClient$3.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ApiClient.class b/target/classes/com/namsor/sdk2/invoke/ApiClient.class deleted file mode 100644 index 6cbf5acc..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ApiClient.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ApiException.class b/target/classes/com/namsor/sdk2/invoke/ApiException.class deleted file mode 100644 index 222288f8..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ApiException.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ApiResponse.class b/target/classes/com/namsor/sdk2/invoke/ApiResponse.class deleted file mode 100644 index d6bac26f..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ApiResponse.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/Configuration.class b/target/classes/com/namsor/sdk2/invoke/Configuration.class deleted file mode 100644 index 1fecfcdb..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/Configuration.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/GzipRequestInterceptor$1.class b/target/classes/com/namsor/sdk2/invoke/GzipRequestInterceptor$1.class deleted file mode 100644 index 1d8459b0..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/GzipRequestInterceptor$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/GzipRequestInterceptor$2.class b/target/classes/com/namsor/sdk2/invoke/GzipRequestInterceptor$2.class deleted file mode 100644 index e51adf64..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/GzipRequestInterceptor$2.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/GzipRequestInterceptor.class b/target/classes/com/namsor/sdk2/invoke/GzipRequestInterceptor.class deleted file mode 100644 index 11e97ae3..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/GzipRequestInterceptor.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/JSON$1.class b/target/classes/com/namsor/sdk2/invoke/JSON$1.class deleted file mode 100644 index 25632032..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/JSON$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/JSON$ByteArrayAdapter.class b/target/classes/com/namsor/sdk2/invoke/JSON$ByteArrayAdapter.class deleted file mode 100644 index d9fa454e..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/JSON$ByteArrayAdapter.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/JSON$DateTypeAdapter.class b/target/classes/com/namsor/sdk2/invoke/JSON$DateTypeAdapter.class deleted file mode 100644 index dbf6a69d..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/JSON$DateTypeAdapter.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/JSON$LocalDateTypeAdapter.class b/target/classes/com/namsor/sdk2/invoke/JSON$LocalDateTypeAdapter.class deleted file mode 100644 index 117cdeba..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/JSON$LocalDateTypeAdapter.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/JSON$OffsetDateTimeTypeAdapter.class b/target/classes/com/namsor/sdk2/invoke/JSON$OffsetDateTimeTypeAdapter.class deleted file mode 100644 index 28b65666..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/JSON$OffsetDateTimeTypeAdapter.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/JSON$SqlDateTypeAdapter.class b/target/classes/com/namsor/sdk2/invoke/JSON$SqlDateTypeAdapter.class deleted file mode 100644 index 8e9f88e4..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/JSON$SqlDateTypeAdapter.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/JSON.class b/target/classes/com/namsor/sdk2/invoke/JSON.class deleted file mode 100644 index 5c977167..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/JSON.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/Pair.class b/target/classes/com/namsor/sdk2/invoke/Pair.class deleted file mode 100644 index 9f42f909..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/Pair.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ProgressRequestBody$1.class b/target/classes/com/namsor/sdk2/invoke/ProgressRequestBody$1.class deleted file mode 100644 index bc4ebd84..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ProgressRequestBody$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ProgressRequestBody$ProgressRequestListener.class b/target/classes/com/namsor/sdk2/invoke/ProgressRequestBody$ProgressRequestListener.class deleted file mode 100644 index 45b3ef87..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ProgressRequestBody$ProgressRequestListener.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ProgressRequestBody.class b/target/classes/com/namsor/sdk2/invoke/ProgressRequestBody.class deleted file mode 100644 index edc9ff0e..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ProgressRequestBody.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ProgressResponseBody$1.class b/target/classes/com/namsor/sdk2/invoke/ProgressResponseBody$1.class deleted file mode 100644 index cbaf8a2b..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ProgressResponseBody$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ProgressResponseBody$ProgressListener.class b/target/classes/com/namsor/sdk2/invoke/ProgressResponseBody$ProgressListener.class deleted file mode 100644 index 97eda53e..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ProgressResponseBody$ProgressListener.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/ProgressResponseBody.class b/target/classes/com/namsor/sdk2/invoke/ProgressResponseBody.class deleted file mode 100644 index 61fadcab..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/ProgressResponseBody.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/StringUtil.class b/target/classes/com/namsor/sdk2/invoke/StringUtil.class deleted file mode 100644 index 2fbea3e9..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/StringUtil.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/auth/ApiKeyAuth.class b/target/classes/com/namsor/sdk2/invoke/auth/ApiKeyAuth.class deleted file mode 100644 index a5beaf11..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/auth/ApiKeyAuth.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/auth/Authentication.class b/target/classes/com/namsor/sdk2/invoke/auth/Authentication.class deleted file mode 100644 index 511deb85..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/auth/Authentication.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/auth/HttpBasicAuth.class b/target/classes/com/namsor/sdk2/invoke/auth/HttpBasicAuth.class deleted file mode 100644 index a7a4d823..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/auth/HttpBasicAuth.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/auth/OAuth.class b/target/classes/com/namsor/sdk2/invoke/auth/OAuth.class deleted file mode 100644 index c170d604..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/auth/OAuth.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/auth/OAuthFlow.class b/target/classes/com/namsor/sdk2/invoke/auth/OAuthFlow.class deleted file mode 100644 index 6295d83c..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/auth/OAuthFlow.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/auth/OAuthOkHttpClient.class b/target/classes/com/namsor/sdk2/invoke/auth/OAuthOkHttpClient.class deleted file mode 100644 index 12dc419e..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/auth/OAuthOkHttpClient.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/auth/RetryingOAuth$1.class b/target/classes/com/namsor/sdk2/invoke/auth/RetryingOAuth$1.class deleted file mode 100644 index 48f0a8bc..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/auth/RetryingOAuth$1.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/invoke/auth/RetryingOAuth.class b/target/classes/com/namsor/sdk2/invoke/auth/RetryingOAuth.class deleted file mode 100644 index a3f84c35..00000000 Binary files a/target/classes/com/namsor/sdk2/invoke/auth/RetryingOAuth.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/APIBillingPeriodUsageOut.class b/target/classes/com/namsor/sdk2/model/APIBillingPeriodUsageOut.class deleted file mode 100644 index 3a729d4f..00000000 Binary files a/target/classes/com/namsor/sdk2/model/APIBillingPeriodUsageOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/APICounterV2Out.class b/target/classes/com/namsor/sdk2/model/APICounterV2Out.class deleted file mode 100644 index d0f5caf5..00000000 Binary files a/target/classes/com/namsor/sdk2/model/APICounterV2Out.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/APIKeyOut.class b/target/classes/com/namsor/sdk2/model/APIKeyOut.class deleted file mode 100644 index fc1044ba..00000000 Binary files a/target/classes/com/namsor/sdk2/model/APIKeyOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/APIPeriodUsageOut.class b/target/classes/com/namsor/sdk2/model/APIPeriodUsageOut.class deleted file mode 100644 index ef366909..00000000 Binary files a/target/classes/com/namsor/sdk2/model/APIPeriodUsageOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/APIPlanSubscriptionOut.class b/target/classes/com/namsor/sdk2/model/APIPlanSubscriptionOut.class deleted file mode 100644 index 2fc4132f..00000000 Binary files a/target/classes/com/namsor/sdk2/model/APIPlanSubscriptionOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/APIServiceOut.class b/target/classes/com/namsor/sdk2/model/APIServiceOut.class deleted file mode 100644 index a7ed435c..00000000 Binary files a/target/classes/com/namsor/sdk2/model/APIServiceOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/APIServicesOut.class b/target/classes/com/namsor/sdk2/model/APIServicesOut.class deleted file mode 100644 index 4928f67b..00000000 Binary files a/target/classes/com/namsor/sdk2/model/APIServicesOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/APIUsageAggregatedOut.class b/target/classes/com/namsor/sdk2/model/APIUsageAggregatedOut.class deleted file mode 100644 index da9a4ab1..00000000 Binary files a/target/classes/com/namsor/sdk2/model/APIUsageAggregatedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOut.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOut.class deleted file mode 100644 index ce5037b8..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameDiasporaedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGenderIn.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGenderIn.class deleted file mode 100644 index 598f9abd..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGenderIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGenderedOut.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGenderedOut.class deleted file mode 100644 index 2cc88e57..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGenderedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGeoIn.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGeoIn.class deleted file mode 100644 index 384e2b62..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGeoIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedIn.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedIn.class deleted file mode 100644 index e19b2739..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameGeoZippedIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameIn.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNameIn.class deleted file mode 100644 index 89ba8c97..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameOriginedOut.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNameOriginedOut.class deleted file mode 100644 index a9a7a698..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameOriginedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOut.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOut.class deleted file mode 100644 index 1bc2bcde..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNamePhoneCodedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoIn.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoIn.class deleted file mode 100644 index eb2394c6..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberGeoIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberIn.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberIn.class deleted file mode 100644 index ad6d365e..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNamePhoneNumberIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOut.class b/target/classes/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOut.class deleted file mode 100644 index 06a444d4..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchFirstLastNameUSRaceEthnicityOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchNameMatchCandidatesOut.class b/target/classes/com/namsor/sdk2/model/BatchNameMatchCandidatesOut.class deleted file mode 100644 index d5b3c944..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchNameMatchCandidatesOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchPersonalNameGenderedOut.class b/target/classes/com/namsor/sdk2/model/BatchPersonalNameGenderedOut.class deleted file mode 100644 index d4eae6a1..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchPersonalNameGenderedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchPersonalNameGeoIn.class b/target/classes/com/namsor/sdk2/model/BatchPersonalNameGeoIn.class deleted file mode 100644 index a9b39dec..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchPersonalNameGeoIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchPersonalNameGeoOut.class b/target/classes/com/namsor/sdk2/model/BatchPersonalNameGeoOut.class deleted file mode 100644 index d116be67..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchPersonalNameGeoOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchPersonalNameIn.class b/target/classes/com/namsor/sdk2/model/BatchPersonalNameIn.class deleted file mode 100644 index 5315e3b5..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchPersonalNameIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/BatchPersonalNameParsedOut.class b/target/classes/com/namsor/sdk2/model/BatchPersonalNameParsedOut.class deleted file mode 100644 index 8d44152f..00000000 Binary files a/target/classes/com/namsor/sdk2/model/BatchPersonalNameParsedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FeedbackLoopOut.class b/target/classes/com/namsor/sdk2/model/FeedbackLoopOut.class deleted file mode 100644 index 7100d199..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FeedbackLoopOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameDiasporaedOut.class b/target/classes/com/namsor/sdk2/model/FirstLastNameDiasporaedOut.class deleted file mode 100644 index 8dbca9d4..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameDiasporaedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameGenderIn.class b/target/classes/com/namsor/sdk2/model/FirstLastNameGenderIn.class deleted file mode 100644 index b87f329b..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameGenderIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameGenderedOut$LikelyGenderEnum$Adapter.class b/target/classes/com/namsor/sdk2/model/FirstLastNameGenderedOut$LikelyGenderEnum$Adapter.class deleted file mode 100644 index b40c04aa..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameGenderedOut$LikelyGenderEnum$Adapter.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameGenderedOut$LikelyGenderEnum.class b/target/classes/com/namsor/sdk2/model/FirstLastNameGenderedOut$LikelyGenderEnum.class deleted file mode 100644 index c035e5ae..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameGenderedOut$LikelyGenderEnum.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameGenderedOut.class b/target/classes/com/namsor/sdk2/model/FirstLastNameGenderedOut.class deleted file mode 100644 index 700870ea..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameGenderedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameGeoIn.class b/target/classes/com/namsor/sdk2/model/FirstLastNameGeoIn.class deleted file mode 100644 index 5abe6e49..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameGeoIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameGeoZippedIn.class b/target/classes/com/namsor/sdk2/model/FirstLastNameGeoZippedIn.class deleted file mode 100644 index f33dd396..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameGeoZippedIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameIn.class b/target/classes/com/namsor/sdk2/model/FirstLastNameIn.class deleted file mode 100644 index 4d4678b1..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameOriginedOut.class b/target/classes/com/namsor/sdk2/model/FirstLastNameOriginedOut.class deleted file mode 100644 index a25becc8..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameOriginedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameOut.class b/target/classes/com/namsor/sdk2/model/FirstLastNameOut.class deleted file mode 100644 index 3273cd97..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNamePhoneCodedOut.class b/target/classes/com/namsor/sdk2/model/FirstLastNamePhoneCodedOut.class deleted file mode 100644 index 3bd4a977..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNamePhoneCodedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoIn.class b/target/classes/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoIn.class deleted file mode 100644 index 04a40328..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNamePhoneNumberGeoIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNamePhoneNumberIn.class b/target/classes/com/namsor/sdk2/model/FirstLastNamePhoneNumberIn.class deleted file mode 100644 index d7430cec..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNamePhoneNumberIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityAltEnum$Adapter.class b/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityAltEnum$Adapter.class deleted file mode 100644 index d12de76d..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityAltEnum$Adapter.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityAltEnum.class b/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityAltEnum.class deleted file mode 100644 index d39bdd24..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityAltEnum.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityEnum$Adapter.class b/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityEnum$Adapter.class deleted file mode 100644 index d55da5a3..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityEnum$Adapter.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityEnum.class b/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityEnum.class deleted file mode 100644 index be820c4a..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut$RaceEthnicityEnum.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut.class b/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut.class deleted file mode 100644 index 412d0c91..00000000 Binary files a/target/classes/com/namsor/sdk2/model/FirstLastNameUSRaceEthnicityOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/NameMatchCandidateOut.class b/target/classes/com/namsor/sdk2/model/NameMatchCandidateOut.class deleted file mode 100644 index 24f086ee..00000000 Binary files a/target/classes/com/namsor/sdk2/model/NameMatchCandidateOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/NameMatchCandidatesOut.class b/target/classes/com/namsor/sdk2/model/NameMatchCandidatesOut.class deleted file mode 100644 index f9c48981..00000000 Binary files a/target/classes/com/namsor/sdk2/model/NameMatchCandidatesOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/PersonalNameGenderedOut$LikelyGenderEnum$Adapter.class b/target/classes/com/namsor/sdk2/model/PersonalNameGenderedOut$LikelyGenderEnum$Adapter.class deleted file mode 100644 index 332bbfad..00000000 Binary files a/target/classes/com/namsor/sdk2/model/PersonalNameGenderedOut$LikelyGenderEnum$Adapter.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/PersonalNameGenderedOut$LikelyGenderEnum.class b/target/classes/com/namsor/sdk2/model/PersonalNameGenderedOut$LikelyGenderEnum.class deleted file mode 100644 index 2d2d92f6..00000000 Binary files a/target/classes/com/namsor/sdk2/model/PersonalNameGenderedOut$LikelyGenderEnum.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/PersonalNameGenderedOut.class b/target/classes/com/namsor/sdk2/model/PersonalNameGenderedOut.class deleted file mode 100644 index 8a1a9d8a..00000000 Binary files a/target/classes/com/namsor/sdk2/model/PersonalNameGenderedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/PersonalNameGeoIn.class b/target/classes/com/namsor/sdk2/model/PersonalNameGeoIn.class deleted file mode 100644 index 49f6e0ac..00000000 Binary files a/target/classes/com/namsor/sdk2/model/PersonalNameGeoIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/PersonalNameGeoOut.class b/target/classes/com/namsor/sdk2/model/PersonalNameGeoOut.class deleted file mode 100644 index 9254f9a0..00000000 Binary files a/target/classes/com/namsor/sdk2/model/PersonalNameGeoOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/PersonalNameIn.class b/target/classes/com/namsor/sdk2/model/PersonalNameIn.class deleted file mode 100644 index 620e9d39..00000000 Binary files a/target/classes/com/namsor/sdk2/model/PersonalNameIn.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/PersonalNameParsedOut.class b/target/classes/com/namsor/sdk2/model/PersonalNameParsedOut.class deleted file mode 100644 index 995362a0..00000000 Binary files a/target/classes/com/namsor/sdk2/model/PersonalNameParsedOut.class and /dev/null differ diff --git a/target/classes/com/namsor/sdk2/model/SoftwareVersionOut.class b/target/classes/com/namsor/sdk2/model/SoftwareVersionOut.class deleted file mode 100644 index 6c026dfa..00000000 Binary files a/target/classes/com/namsor/sdk2/model/SoftwareVersionOut.class and /dev/null differ diff --git a/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml deleted file mode 100644 index 8b89c977..00000000 --- a/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml +++ /dev/null @@ -1,10 +0,0 @@ - -