ConfidentifyAccountResponse |
AccountsApi.accountByIdGet(String accountId) |
Get account information
|
okhttp3.Call |
AccountsApi.accountByIdGetAsync(String accountId,
ApiCallback<ConfidentifyAccountResponse> _callback) |
Get account information (asynchronously)
|
okhttp3.Call |
AccountsApi.accountByIdGetCall(String accountId,
ApiCallback _callback) |
Build call for accountByIdGet
|
ApiResponse<ConfidentifyAccountResponse> |
AccountsApi.accountByIdGetWithHttpInfo(String accountId) |
Get account information
|
ConfidentifyAccountResponse |
AccountsApi.accountByIdUpdate(String accountId,
ConfidentifyAccountUpdateRequest confidentifyAccountUpdateRequest) |
Update account information
|
okhttp3.Call |
AccountsApi.accountByIdUpdateAsync(String accountId,
ConfidentifyAccountUpdateRequest confidentifyAccountUpdateRequest,
ApiCallback<ConfidentifyAccountResponse> _callback) |
Update account information (asynchronously)
|
okhttp3.Call |
AccountsApi.accountByIdUpdateCall(String accountId,
ConfidentifyAccountUpdateRequest confidentifyAccountUpdateRequest,
ApiCallback _callback) |
Build call for accountByIdUpdate
|
ApiResponse<ConfidentifyAccountResponse> |
AccountsApi.accountByIdUpdateWithHttpInfo(String accountId,
ConfidentifyAccountUpdateRequest confidentifyAccountUpdateRequest) |
Update account information
|
ConfidentifyAccountResponse |
AccountsApi.accountCreate(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest) |
Create new account
|
okhttp3.Call |
AccountsApi.accountCreateAsync(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest,
ApiCallback<ConfidentifyAccountResponse> _callback) |
Create new account (asynchronously)
|
okhttp3.Call |
AccountsApi.accountCreateCall(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest,
ApiCallback _callback) |
Build call for accountCreate
|
ApiResponse<ConfidentifyAccountResponse> |
AccountsApi.accountCreateWithHttpInfo(ConfidentifyAccountCreateRequest confidentifyAccountCreateRequest) |
Create new account
|
AuthResponse |
AuthApi.authPost(AuthRequest authRequest) |
Authenticate credentials and retrieve an access token.
|
okhttp3.Call |
AuthApi.authPostAsync(AuthRequest authRequest,
ApiCallback<AuthResponse> _callback) |
Authenticate credentials and retrieve an access token.
|
okhttp3.Call |
AuthApi.authPostCall(AuthRequest authRequest,
ApiCallback _callback) |
Build call for authPost
|
ApiResponse<AuthResponse> |
AuthApi.authPostWithHttpInfo(AuthRequest authRequest) |
Authenticate credentials and retrieve an access token.
|
void |
DatasetsApi.datasetByIdDelete(String datasetId) |
Delete dataset
|
okhttp3.Call |
DatasetsApi.datasetByIdDeleteAsync(String datasetId,
ApiCallback<Void> _callback) |
Delete dataset (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetByIdDeleteCall(String datasetId,
ApiCallback _callback) |
Build call for datasetByIdDelete
|
ApiResponse<Void> |
DatasetsApi.datasetByIdDeleteWithHttpInfo(String datasetId) |
Delete dataset
|
DatasetAll |
DatasetsApi.datasetByIdGet(String datasetId) |
Get dataset information
|
okhttp3.Call |
DatasetsApi.datasetByIdGetAsync(String datasetId,
ApiCallback<DatasetAll> _callback) |
Get dataset information (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetByIdGetCall(String datasetId,
ApiCallback _callback) |
Build call for datasetByIdGet
|
ApiResponse<DatasetAll> |
DatasetsApi.datasetByIdGetWithHttpInfo(String datasetId) |
Get dataset information
|
void |
DatasetsApi.datasetRecordByIdDelete(String datasetId,
String recordId) |
Delete dataset record
|
okhttp3.Call |
DatasetsApi.datasetRecordByIdDeleteAsync(String datasetId,
String recordId,
ApiCallback<Void> _callback) |
Delete dataset record (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetRecordByIdDeleteCall(String datasetId,
String recordId,
ApiCallback _callback) |
Build call for datasetRecordByIdDelete
|
ApiResponse<Void> |
DatasetsApi.datasetRecordByIdDeleteWithHttpInfo(String datasetId,
String recordId) |
Delete dataset record
|
DatasetRecordAll |
DatasetsApi.datasetRecordByIdGet(String datasetId,
String recordId) |
Get dataset record information
|
okhttp3.Call |
DatasetsApi.datasetRecordByIdGetAsync(String datasetId,
String recordId,
ApiCallback<DatasetRecordAll> _callback) |
Get dataset record information (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetRecordByIdGetCall(String datasetId,
String recordId,
ApiCallback _callback) |
Build call for datasetRecordByIdGet
|
ApiResponse<DatasetRecordAll> |
DatasetsApi.datasetRecordByIdGetWithHttpInfo(String datasetId,
String recordId) |
Get dataset record information
|
DatasetListResponse |
DatasetsApi.datasetsGet() |
Get available datasets
|
okhttp3.Call |
DatasetsApi.datasetsGetAsync(ApiCallback<DatasetListResponse> _callback) |
Get available datasets (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetsGetCall(ApiCallback _callback) |
Build call for datasetsGet
|
ApiResponse<DatasetListResponse> |
DatasetsApi.datasetsGetWithHttpInfo() |
Get available datasets
|
DatasetCreateResponse |
DatasetsApi.datasetsPost(DatasetCreateRequest datasetCreateRequest) |
Create dataset
|
okhttp3.Call |
DatasetsApi.datasetsPostAsync(DatasetCreateRequest datasetCreateRequest,
ApiCallback<DatasetCreateResponse> _callback) |
Create dataset (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetsPostCall(DatasetCreateRequest datasetCreateRequest,
ApiCallback _callback) |
Build call for datasetsPost
|
ApiResponse<DatasetCreateResponse> |
DatasetsApi.datasetsPostWithHttpInfo(DatasetCreateRequest datasetCreateRequest) |
Create dataset
|
EmailResponse |
ProcessApi.emailPost(EmailRequest emailRequest) |
Process email addresses
Processes email addresses.
|
okhttp3.Call |
ProcessApi.emailPostAsync(EmailRequest emailRequest,
ApiCallback<EmailResponse> _callback) |
Process email addresses (asynchronously)
Processes email addresses.
|
okhttp3.Call |
ProcessApi.emailPostCall(EmailRequest emailRequest,
ApiCallback _callback) |
Build call for emailPost
|
ApiResponse<EmailResponse> |
ProcessApi.emailPostWithHttpInfo(EmailRequest emailRequest) |
Process email addresses
Processes email addresses.
|
IdentifyResponse |
ProcessApi.identifyPost(IdentifyRequest identifyRequest) |
Process text to identify contact data.
|
okhttp3.Call |
ProcessApi.identifyPostAsync(IdentifyRequest identifyRequest,
ApiCallback<IdentifyResponse> _callback) |
Process text to identify contact data.
|
okhttp3.Call |
ProcessApi.identifyPostCall(IdentifyRequest identifyRequest,
ApiCallback _callback) |
Build call for identifyPost
|
ApiResponse<IdentifyResponse> |
ProcessApi.identifyPostWithHttpInfo(IdentifyRequest identifyRequest) |
Process text to identify contact data.
|
void |
DatasetsApi.ingestDocumentsPost(String datasetId,
IngestDocumentsRequest ingestDocumentsRequest) |
Initiate ingestion of data from a list of documents.
|
okhttp3.Call |
DatasetsApi.ingestDocumentsPostAsync(String datasetId,
IngestDocumentsRequest ingestDocumentsRequest,
ApiCallback<Void> _callback) |
Initiate ingestion of data from a list of documents.
|
okhttp3.Call |
DatasetsApi.ingestDocumentsPostCall(String datasetId,
IngestDocumentsRequest ingestDocumentsRequest,
ApiCallback _callback) |
Build call for ingestDocumentsPost
|
ApiResponse<Void> |
DatasetsApi.ingestDocumentsPostWithHttpInfo(String datasetId,
IngestDocumentsRequest ingestDocumentsRequest) |
Initiate ingestion of data from a list of documents.
|
IngestFileResponse |
DatasetsApi.ingestFilePost(String datasetId,
IngestFileRequest ingestFileRequest) |
Initiate ingestion of data from file upload.
|
okhttp3.Call |
DatasetsApi.ingestFilePostAsync(String datasetId,
IngestFileRequest ingestFileRequest,
ApiCallback<IngestFileResponse> _callback) |
Initiate ingestion of data from file upload.
|
okhttp3.Call |
DatasetsApi.ingestFilePostCall(String datasetId,
IngestFileRequest ingestFileRequest,
ApiCallback _callback) |
Build call for ingestFilePost
|
ApiResponse<IngestFileResponse> |
DatasetsApi.ingestFilePostWithHttpInfo(String datasetId,
IngestFileRequest ingestFileRequest) |
Initiate ingestion of data from file upload.
|
void |
MatchingApi.matchPersonPost() |
Search for matching person records in one or more datasets.
|
okhttp3.Call |
MatchingApi.matchPersonPostAsync(ApiCallback<Void> _callback) |
Search for matching person records in one or more datasets.
|
okhttp3.Call |
MatchingApi.matchPersonPostCall(ApiCallback _callback) |
Build call for matchPersonPost
|
ApiResponse<Void> |
MatchingApi.matchPersonPostWithHttpInfo() |
Search for matching person records in one or more datasets.
|
OrganizationNameResponse |
ProcessApi.organizationNamePost(OrganizationNameRequest organizationNameRequest) |
Process organization names
Processes organization names and provides understanding and correction to how the entity is addressed.
|
okhttp3.Call |
ProcessApi.organizationNamePostAsync(OrganizationNameRequest organizationNameRequest,
ApiCallback<OrganizationNameResponse> _callback) |
Process organization names (asynchronously)
Processes organization names and provides understanding and correction to how the entity is addressed.
|
okhttp3.Call |
ProcessApi.organizationNamePostCall(OrganizationNameRequest organizationNameRequest,
ApiCallback _callback) |
Build call for organizationNamePost
|
ApiResponse<OrganizationNameResponse> |
ProcessApi.organizationNamePostWithHttpInfo(OrganizationNameRequest organizationNameRequest) |
Process organization names
Processes organization names and provides understanding and correction to how the entity is addressed.
|
PersonNameResponse |
ProcessApi.personNamePost(PersonNameRequest personNameRequest) |
Process person names
Processes person names and provides understanding and correction to how people are addressed.
|
okhttp3.Call |
ProcessApi.personNamePostAsync(PersonNameRequest personNameRequest,
ApiCallback<PersonNameResponse> _callback) |
Process person names (asynchronously)
Processes person names and provides understanding and correction to how people are addressed.
|
okhttp3.Call |
ProcessApi.personNamePostCall(PersonNameRequest personNameRequest,
ApiCallback _callback) |
Build call for personNamePost
|
ApiResponse<PersonNameResponse> |
ProcessApi.personNamePostWithHttpInfo(PersonNameRequest personNameRequest) |
Process person names
Processes person names and provides understanding and correction to how people are addressed.
|
PhoneResponse |
ProcessApi.phonePost(PhoneRequest phoneRequest) |
Process phone numbers
Processes phone number.
|
okhttp3.Call |
ProcessApi.phonePostAsync(PhoneRequest phoneRequest,
ApiCallback<PhoneResponse> _callback) |
Process phone numbers (asynchronously)
Processes phone number.
|
okhttp3.Call |
ProcessApi.phonePostCall(PhoneRequest phoneRequest,
ApiCallback _callback) |
Build call for phonePost
|
ApiResponse<PhoneResponse> |
ProcessApi.phonePostWithHttpInfo(PhoneRequest phoneRequest) |
Process phone numbers
Processes phone number.
|
RecordsQueryResponse |
DatasetsApi.recordsGet(String datasetId,
BigDecimal pageSize,
String pageAfter) |
Query records
|
okhttp3.Call |
DatasetsApi.recordsGetAsync(String datasetId,
BigDecimal pageSize,
String pageAfter,
ApiCallback<RecordsQueryResponse> _callback) |
Query records (asynchronously)
|
okhttp3.Call |
DatasetsApi.recordsGetCall(String datasetId,
BigDecimal pageSize,
String pageAfter,
ApiCallback _callback) |
Build call for recordsGet
|
ApiResponse<RecordsQueryResponse> |
DatasetsApi.recordsGetWithHttpInfo(String datasetId,
BigDecimal pageSize,
String pageAfter) |
Query records
|
void |
DatasetsApi.recordsPost(String datasetId,
RecordsUploadRequest recordsUploadRequest) |
Upload records
|
okhttp3.Call |
DatasetsApi.recordsPostAsync(String datasetId,
RecordsUploadRequest recordsUploadRequest,
ApiCallback<Void> _callback) |
Upload records (asynchronously)
|
okhttp3.Call |
DatasetsApi.recordsPostCall(String datasetId,
RecordsUploadRequest recordsUploadRequest,
ApiCallback _callback) |
Build call for recordsPost
|
ApiResponse<Void> |
DatasetsApi.recordsPostWithHttpInfo(String datasetId,
RecordsUploadRequest recordsUploadRequest) |
Upload records
|
ConfidentifyUserResponse |
AccountsApi.userByIdGet(String accountId,
String username) |
Get user information
|
okhttp3.Call |
AccountsApi.userByIdGetAsync(String accountId,
String username,
ApiCallback<ConfidentifyUserResponse> _callback) |
Get user information (asynchronously)
|
okhttp3.Call |
AccountsApi.userByIdGetCall(String accountId,
String username,
ApiCallback _callback) |
Build call for userByIdGet
|
ApiResponse<ConfidentifyUserResponse> |
AccountsApi.userByIdGetWithHttpInfo(String accountId,
String username) |
Get user information
|
ConfidentifyUserResponse |
AccountsApi.userByIdUpdate(String accountId,
String username,
ConfidentifyUserUpdateRequest confidentifyUserUpdateRequest) |
Update user information
|
okhttp3.Call |
AccountsApi.userByIdUpdateAsync(String accountId,
String username,
ConfidentifyUserUpdateRequest confidentifyUserUpdateRequest,
ApiCallback<ConfidentifyUserResponse> _callback) |
Update user information (asynchronously)
|
okhttp3.Call |
AccountsApi.userByIdUpdateCall(String accountId,
String username,
ConfidentifyUserUpdateRequest confidentifyUserUpdateRequest,
ApiCallback _callback) |
Build call for userByIdUpdate
|
ApiResponse<ConfidentifyUserResponse> |
AccountsApi.userByIdUpdateWithHttpInfo(String accountId,
String username,
ConfidentifyUserUpdateRequest confidentifyUserUpdateRequest) |
Update user information
|