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
|
DatasetAll |
DatasetsApi.datasetByIdPost(String datasetId,
DatasetUpdateRequest datasetUpdateRequest) |
Update dataset
|
okhttp3.Call |
DatasetsApi.datasetByIdPostAsync(String datasetId,
DatasetUpdateRequest datasetUpdateRequest,
ApiCallback<DatasetAll> _callback) |
Update dataset (asynchronously)
|
okhttp3.Call |
DatasetsApi.datasetByIdPostCall(String datasetId,
DatasetUpdateRequest datasetUpdateRequest,
ApiCallback _callback) |
Build call for datasetByIdPost
|
ApiResponse<DatasetAll> |
DatasetsApi.datasetByIdPostWithHttpInfo(String datasetId,
DatasetUpdateRequest datasetUpdateRequest) |
Update dataset
|
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
|
void |
MatchingApi.dedupJobByIdDelete(String jobId) |
Delete deduplication job
|
okhttp3.Call |
MatchingApi.dedupJobByIdDeleteAsync(String jobId,
ApiCallback<Void> _callback) |
Delete deduplication job (asynchronously)
|
okhttp3.Call |
MatchingApi.dedupJobByIdDeleteCall(String jobId,
ApiCallback _callback) |
Build call for dedupJobByIdDelete
|
ApiResponse<Void> |
MatchingApi.dedupJobByIdDeleteWithHttpInfo(String jobId) |
Delete deduplication job
|
DedupJobAll |
MatchingApi.dedupJobByIdGet(String jobId) |
Get deduplication job information
|
okhttp3.Call |
MatchingApi.dedupJobByIdGetAsync(String jobId,
ApiCallback<DedupJobAll> _callback) |
Get deduplication job information (asynchronously)
|
okhttp3.Call |
MatchingApi.dedupJobByIdGetCall(String jobId,
ApiCallback _callback) |
Build call for dedupJobByIdGet
|
ApiResponse<DedupJobAll> |
MatchingApi.dedupJobByIdGetWithHttpInfo(String jobId) |
Get deduplication job information
|
MatchJobPairsQueryResponse |
MatchingApi.dedupJobByIdPairsGet(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by deduplication job
|
okhttp3.Call |
MatchingApi.dedupJobByIdPairsGetAsync(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter,
ApiCallback<MatchJobPairsQueryResponse> _callback) |
Get record pairs found by deduplication job (asynchronously)
|
okhttp3.Call |
MatchingApi.dedupJobByIdPairsGetCall(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter,
ApiCallback _callback) |
Build call for dedupJobByIdPairsGet
|
ApiResponse<MatchJobPairsQueryResponse> |
MatchingApi.dedupJobByIdPairsGetWithHttpInfo(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by deduplication job
|
DedupJobAll |
MatchingApi.dedupJobByIdPost(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest) |
Update deduplication job
|
okhttp3.Call |
MatchingApi.dedupJobByIdPostAsync(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest,
ApiCallback<DedupJobAll> _callback) |
Update deduplication job (asynchronously)
|
okhttp3.Call |
MatchingApi.dedupJobByIdPostCall(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest,
ApiCallback _callback) |
Build call for dedupJobByIdPost
|
ApiResponse<DedupJobAll> |
MatchingApi.dedupJobByIdPostWithHttpInfo(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest) |
Update deduplication job
|
DedupJobsQueryResponse |
MatchingApi.dedupJobsGet(String filterDatasetId,
Integer pageSize,
String pageAfter) |
Get deduplication jobs
|
okhttp3.Call |
MatchingApi.dedupJobsGetAsync(String filterDatasetId,
Integer pageSize,
String pageAfter,
ApiCallback<DedupJobsQueryResponse> _callback) |
Get deduplication jobs (asynchronously)
|
okhttp3.Call |
MatchingApi.dedupJobsGetCall(String filterDatasetId,
Integer pageSize,
String pageAfter,
ApiCallback _callback) |
Build call for dedupJobsGet
|
ApiResponse<DedupJobsQueryResponse> |
MatchingApi.dedupJobsGetWithHttpInfo(String filterDatasetId,
Integer pageSize,
String pageAfter) |
Get deduplication jobs
|
DedupJobAll |
MatchingApi.dedupJobsPost(DedupJobCreateRequest dedupJobCreateRequest) |
Create deduplication job
Creates and starts a job that will detect duplicates within a dataset, aka.
|
okhttp3.Call |
MatchingApi.dedupJobsPostAsync(DedupJobCreateRequest dedupJobCreateRequest,
ApiCallback<DedupJobAll> _callback) |
Create deduplication job (asynchronously)
Creates and starts a job that will detect duplicates within a dataset, aka.
|
okhttp3.Call |
MatchingApi.dedupJobsPostCall(DedupJobCreateRequest dedupJobCreateRequest,
ApiCallback _callback) |
Build call for dedupJobsPost
|
ApiResponse<DedupJobAll> |
MatchingApi.dedupJobsPostWithHttpInfo(DedupJobCreateRequest dedupJobCreateRequest) |
Create deduplication job
Creates and starts a job that will detect duplicates within a dataset, aka.
|
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.matchJobByIdDelete(String jobId) |
Delete match job
|
okhttp3.Call |
MatchingApi.matchJobByIdDeleteAsync(String jobId,
ApiCallback<Void> _callback) |
Delete match job (asynchronously)
|
okhttp3.Call |
MatchingApi.matchJobByIdDeleteCall(String jobId,
ApiCallback _callback) |
Build call for matchJobByIdDelete
|
ApiResponse<Void> |
MatchingApi.matchJobByIdDeleteWithHttpInfo(String jobId) |
Delete match job
|
MatchJobAll |
MatchingApi.matchJobByIdGet(String jobId) |
Get match job information
|
okhttp3.Call |
MatchingApi.matchJobByIdGetAsync(String jobId,
ApiCallback<MatchJobAll> _callback) |
Get match job information (asynchronously)
|
okhttp3.Call |
MatchingApi.matchJobByIdGetCall(String jobId,
ApiCallback _callback) |
Build call for matchJobByIdGet
|
ApiResponse<MatchJobAll> |
MatchingApi.matchJobByIdGetWithHttpInfo(String jobId) |
Get match job information
|
MatchJobPairsQueryResponse |
MatchingApi.matchJobByIdPairsGet(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by match job
|
okhttp3.Call |
MatchingApi.matchJobByIdPairsGetAsync(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter,
ApiCallback<MatchJobPairsQueryResponse> _callback) |
Get record pairs found by match job (asynchronously)
|
okhttp3.Call |
MatchingApi.matchJobByIdPairsGetCall(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter,
ApiCallback _callback) |
Build call for matchJobByIdPairsGet
|
ApiResponse<MatchJobPairsQueryResponse> |
MatchingApi.matchJobByIdPairsGetWithHttpInfo(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by match job
|
MatchJobAll |
MatchingApi.matchJobByIdPost(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest) |
Update match job
|
okhttp3.Call |
MatchingApi.matchJobByIdPostAsync(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest,
ApiCallback<MatchJobAll> _callback) |
Update match job (asynchronously)
|
okhttp3.Call |
MatchingApi.matchJobByIdPostCall(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest,
ApiCallback _callback) |
Build call for matchJobByIdPost
|
ApiResponse<MatchJobAll> |
MatchingApi.matchJobByIdPostWithHttpInfo(String jobId,
MatchJobUpdateRequest matchJobUpdateRequest) |
Update match job
|
MatchJobsQueryResponse |
MatchingApi.matchJobsGet(String filterDatasetId,
Integer pageSize,
String pageAfter) |
Get matching jobs
|
okhttp3.Call |
MatchingApi.matchJobsGetAsync(String filterDatasetId,
Integer pageSize,
String pageAfter,
ApiCallback<MatchJobsQueryResponse> _callback) |
Get matching jobs (asynchronously)
|
okhttp3.Call |
MatchingApi.matchJobsGetCall(String filterDatasetId,
Integer pageSize,
String pageAfter,
ApiCallback _callback) |
Build call for matchJobsGet
|
ApiResponse<MatchJobsQueryResponse> |
MatchingApi.matchJobsGetWithHttpInfo(String filterDatasetId,
Integer pageSize,
String pageAfter) |
Get matching jobs
|
MatchJobAll |
MatchingApi.matchJobsPost(MatchJobCreateRequest matchJobCreateRequest) |
Create match job
Creates and starts a job that will detect matching records between two datasets, aka.
|
okhttp3.Call |
MatchingApi.matchJobsPostAsync(MatchJobCreateRequest matchJobCreateRequest,
ApiCallback<MatchJobAll> _callback) |
Create match job (asynchronously)
Creates and starts a job that will detect matching records between two datasets, aka.
|
okhttp3.Call |
MatchingApi.matchJobsPostCall(MatchJobCreateRequest matchJobCreateRequest,
ApiCallback _callback) |
Build call for matchJobsPost
|
ApiResponse<MatchJobAll> |
MatchingApi.matchJobsPostWithHttpInfo(MatchJobCreateRequest matchJobCreateRequest) |
Create match job
Creates and starts a job that will detect matching records between two datasets, aka.
|
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,
Integer pageSize,
String pageAfter,
String filterIds) |
Query records
|
okhttp3.Call |
DatasetsApi.recordsGetAsync(String datasetId,
Integer pageSize,
String pageAfter,
String filterIds,
ApiCallback<RecordsQueryResponse> _callback) |
Query records (asynchronously)
|
okhttp3.Call |
DatasetsApi.recordsGetCall(String datasetId,
Integer pageSize,
String pageAfter,
String filterIds,
ApiCallback _callback) |
Build call for recordsGet
|
ApiResponse<RecordsQueryResponse> |
DatasetsApi.recordsGetWithHttpInfo(String datasetId,
Integer pageSize,
String pageAfter,
String filterIds) |
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
|