public class SkillsIntelligenceService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ApiEndpoints |
_endpoints |
protected EnvironmentSettings |
_settings |
| Constructor and Description |
|---|
SkillsIntelligenceService(okhttp3.OkHttpClient httpClient,
EnvironmentSettings settings)
Do not use this.
|
| Modifier and Type | Method and Description |
|---|---|
ProfessionsAutoCompleteResponse |
autocompleteProfession(String prefix)
Returns normalized professions that begin with a given prefix, based on the default language of english.
|
ProfessionsAutoCompleteResponse |
autocompleteProfession(String prefix,
List<String> languages,
String outputLanguage,
int limit)
Returns normalized professions that begin with a given prefix, based on the chosen language(s).
|
AutoCompleteSkillsResponse |
autocompleteSkill(String prefix)
Returns normalized skills that begin with a given prefix, based on the chosen language(s).
|
AutoCompleteSkillsResponse |
autocompleteSkill(String prefix,
List<String> languages,
String outputLanguage,
List<String> types,
int limit)
Returns normalized skills that begin with a given prefix, based on the chosen language(s).
|
CompareProfessionsResponse |
compareProfessions(int profession1,
int profession2,
String outputLanguage)
Compare two professions based on the skills associated with each.
|
CompareSkillsToProfessionResponse |
compareSkillsToProfessions(int professionCodeId,
String outputLanguage,
List<SkillScore> skills)
Compare a given set of skills to the skills related to a given profession.
|
CompareSkillsToProfessionResponse |
compareSkillsToProfessions(ParsedResume resume,
int professionCodeId,
String outputLanguage,
boolean weightSkillsByExperience)
Compare the skills of a candidate to the skills related to a job using the Ontology API.
|
protected okhttp3.RequestBody |
createJsonBody(Object body) |
protected <T extends ApiResponse<?>> |
executeRequest(okhttp3.Request apiRequest,
Class<T> classOfT,
String requestBody) |
ExtractSkillsResponse |
extractSkills(String text)
Extracts known skills from the given text.
|
ExtractSkillsResponse |
extractSkills(String text,
String language,
String outputLanguage,
float threshold)
Extracts known skills from the given text.
|
GenerateJobResponse |
generateJobDescription(GenerateJobRequest request)
Generates a job description based on specified parameters.
|
GetProfessionsTaxonomyResponse |
getProfessionsTaxonomy()
Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.
|
GetProfessionsTaxonomyResponse |
getProfessionsTaxonomy(String language,
TaxonomyFormat format)
Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.
|
GetMetadataResponse |
getProfessionsTaxonomyMetadata()
Get metadata about the professions taxonomy/service.
|
GetSkillsTaxonomyResponse |
getSkillsTaxonomy()
Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
|
GetSkillsTaxonomyResponse |
getSkillsTaxonomy(TaxonomyFormat format)
Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
|
GetMetadataResponse |
getSkillsTaxonomyMetadata()
Get metadata about the skills taxonomy/service.
|
LookupProfessionCodesResponse |
lookupProfessions(List<Integer> codeIds)
Get details for the given professions in the taxonomy.
|
LookupProfessionCodesResponse |
lookupProfessions(List<Integer> codeIds,
String outputLanguage)
Get details for the given professions in the taxonomy.
|
LookupSkillCodesResponse |
lookupSkills(List<String> skillIds)
Get the details associated with given skills in the taxonomy.
|
LookupSkillCodesResponse |
lookupSkills(List<String> skillIds,
String outputLanguage)
Get the details associated with given skills in the taxonomy.
|
NormalizeProfessionsResponse |
normalizeProfessions(List<String> jobTitles)
Normalize the given job titles to the most closely-related professions in the taxonomy.
|
NormalizeProfessionsResponse |
normalizeProfessions(List<String> jobTitles,
String language,
String outputLanguage)
Normalize the given job titles to the most closely-related professions in the taxonomy.
|
NormalizeSkillsResponse |
normalizeSkills(List<String> skills)
Normalize the given skills to the most closely-related skills in the taxonomy.
|
NormalizeSkillsResponse |
normalizeSkills(List<String> skills,
String language,
String outputLanguage)
Normalize the given skills to the most closely-related skills in the taxonomy.
|
protected void |
setEnvironment(IndexingOptionsGeneric options) |
SkillsSimilarityScoreResponse |
skillsSimilarityScore(List<SkillScore> skillSetA,
List<SkillScore> skillSetB)
Determines how closely related one set of skills is to another.
|
SuggestProfessionsResponse |
suggestProfessionsFromSkills(List<SkillScore> skills,
int limit,
boolean returnMissingSkills,
String outputLanguage)
Suggest professions based on a given set of skills.
|
SuggestProfessionsResponse |
suggestProfessionsFromSkills(List<String> skillIds,
String outputLanguage)
Suggest professions based on a given set of skill IDs.
|
SuggestProfessionsResponse |
suggestProfessionsFromSkills(ParsedJob job)
Suggest professions based on the skills within a given job.
|
SuggestProfessionsResponse |
suggestProfessionsFromSkills(ParsedJob job,
int limit,
boolean returnMissingSkills,
String outputLanguage)
Suggest professions based on the skills within a given job.
|
SuggestProfessionsResponse |
suggestProfessionsFromSkills(ParsedJob job,
String outputLanguage)
Suggest professions based on the skills within a given job.
|
SuggestProfessionsResponse |
suggestProfessionsFromSkills(ParsedResume resume)
Suggest professions based on the skills within a given resume.
|
SuggestProfessionsResponse |
suggestProfessionsFromSkills(ParsedResume resume,
int limit,
boolean returnMissingSkills,
String outputLanguage,
boolean weightSkillsByExperience)
Suggest professions based on the skills within a given resume.
|
SuggestProfessionsResponse |
suggestProfessionsFromSkills(ParsedResume resume,
String outputLanguage)
Suggest professions based on the skills within a given resume.
|
SuggestSkillsFromJobTitleResponse |
suggestSkillsFromJobTitle(String jobTitle)
Takes a job title and suggests relevant skills.
|
SuggestSkillsFromJobTitleResponse |
suggestSkillsFromJobTitle(String jobTitle,
String language,
Integer limit)
Takes a job title and suggests relevant skills.
|
SuggestSkillsResponse |
suggestSkillsFromProfessions(List<Integer> professionCodeIds,
int limit,
String outputLanguage)
Suggests skills related to given professions.
|
SuggestSkillsResponse |
suggestSkillsFromProfessions(List<Integer> professionCodeIds,
String outputLanguage)
Suggests skills related to given professions.
|
SuggestSkillsResponse |
suggestSkillsFromProfessions(ParsedJob job)
Suggests skills related to a job based on the profession title in the job.
|
SuggestSkillsResponse |
suggestSkillsFromProfessions(ParsedJob job,
String outputLanguage)
Suggests skills related to a job based on the profession title in the job.
|
SuggestSkillsResponse |
suggestSkillsFromProfessions(ParsedResume resume)
Suggests skills related to a resume based on the recent professions in the resume.
|
SuggestSkillsResponse |
suggestSkillsFromProfessions(ParsedResume resume,
String outputLanguage)
Suggests skills related to a resume based on the recent professions in the resume.
|
SuggestSkillsResponse |
suggestSkillsFromSkills(List<SkillScore> skills,
int limit,
String outputLanguage)
Returns skills related to a given skill or set of skills.
|
SuggestSkillsResponse |
suggestSkillsFromSkills(List<String> skillIds,
String outputLanguage)
Returns skills related to a given skill or set of skills.
|
SuggestSkillsResponse |
suggestSkillsFromSkills(ParsedJob job,
int limit,
String outputLanguage)
Suggests skills related to a job (but not in the job) based on the skills in the job.
|
SuggestSkillsResponse |
suggestSkillsFromSkills(ParsedJob job,
String outputLanguage)
Suggests skills related to a job (but not in the job) based on the skills in the job.
|
SuggestSkillsResponse |
suggestSkillsFromSkills(ParsedResume resume,
int limit,
String outputLanguage,
boolean weightSkillsByExperience)
Suggests skills related to a resume (but not in the resume) based on the skills in the resume.
|
SuggestSkillsResponse |
suggestSkillsFromSkills(ParsedResume resume,
String outputLanguage)
Suggests skills related to a resume (but not in the resume) based on the skills in the resume.
|
protected final EnvironmentSettings _settings
protected final ApiEndpoints _endpoints
public SkillsIntelligenceService(okhttp3.OkHttpClient httpClient,
EnvironmentSettings settings)
TxClient.skillsIntelligence()httpClient - The http client for API callssettings - environment settingspublic GetSkillsTaxonomyResponse getSkillsTaxonomy(TaxonomyFormat format) throws TxException
format - The format of the returned taxonomy. TaxonomyFormat.csv, only the Taxonomy.CsvOutput will be populated.TxException - Thrown when an API error occurspublic GetSkillsTaxonomyResponse getSkillsTaxonomy() throws TxException
TxException - Thrown when an API error occurspublic GetMetadataResponse getSkillsTaxonomyMetadata() throws TxException
TxException - Thrown when an API error occurspublic AutoCompleteSkillsResponse autocompleteSkill(String prefix, List<String> languages, String outputLanguage, List<String> types, int limit) throws TxException
prefix - The skill prefix to be completed. Must contain at least 1 character.languages - The language(s) used to search for matching skills (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported ISO codes.outputLanguage - The language to ouput the found skill descriptions in (default is 'en'). Must be one of the supported ISO codes.types - If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, All.limit - The maximum number of returned skills. The default is 10 and the maximum is 100.TxException - Thrown when an API error occurspublic AutoCompleteSkillsResponse autocompleteSkill(String prefix) throws TxException
prefix - The skill prefix to be completed. Must contain at least 1 character.TxException - Thrown when an API error occurspublic LookupSkillCodesResponse lookupSkills(List<String> skillIds, String outputLanguage) throws TxException
skillIds - The IDs of the skills to get details about. A maximum of 100 IDs can be requested.outputLanguage - The language to use for the output skill descriptions. If not provided, defaults to en. If specified, must be one of the supported ISO codes.TxException - Thrown when an API error occurspublic LookupSkillCodesResponse lookupSkills(List<String> skillIds) throws TxException
skillIds - The IDs of the skills to get details about. A maximum of 100 IDs can be requested.TxException - Thrown when an API error occurspublic NormalizeSkillsResponse normalizeSkills(List<String> skills, String language, String outputLanguage) throws TxException
skills - The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).language - The language of the given skills. Must be one of the supported ISO codes.outputLanguage - The language to use for the output skill descriptions. Must be one of the supported ISO codes.TxException - Thrown when an API error occurspublic NormalizeSkillsResponse normalizeSkills(List<String> skills) throws TxException
skills - The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).TxException - Thrown when an API error occurspublic ExtractSkillsResponse extractSkills(String text, String language, String outputLanguage, float threshold) throws TxException
text - The text to extract skills from. There is a 24,000 character limit.language - The language of the input text. Must be one of the supported ISO codes.outputLanguage - The language to use for the output skill descriptions. If not provided, defaults to the input language. Must be one of the supported ISO codes.threshold - A value from [0 - 1] for the minimum confidence threshold for extracted skills. Lower values will return more skills, but also increase the likelihood of ambiguity-related errors. The recommended and default value is 0.5.TxException - Thrown when an API error occurspublic ExtractSkillsResponse extractSkills(String text) throws TxException
text - The text to extract skills from. There is a 24,000 character limit.TxException - Thrown when an API error occurspublic GetProfessionsTaxonomyResponse getProfessionsTaxonomy(String language, TaxonomyFormat format) throws TxException
language - The language parameter returns the taxonomy with descriptions only in that specified language. If not specified, descriptions in all languages are returned. Must be specified as one of the supported ISO codes.format - The format of the returned taxonomy. TaxonomyFormat.csv, only the Taxonomy.CsvOutput will be populated.TxException - Thrown when an API error occurspublic GetProfessionsTaxonomyResponse getProfessionsTaxonomy() throws TxException
TxException - Thrown when an API error occurspublic GetMetadataResponse getProfessionsTaxonomyMetadata() throws TxException
TxException - Thrown when an API error occurspublic ProfessionsAutoCompleteResponse autocompleteProfession(String prefix, List<String> languages, String outputLanguage, int limit) throws TxException
prefix - The job title prefix to be completed. Must contain at least 1 character.languages - The language(s) used to search for matching professions (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported ISO codes. Default is 'en' only.outputLanguage - The language to ouput the found professions in (default is 'en'). Must be one of the supported ISO codes.limit - The maximum number of returned professions. The default is 10 and the maximum is 100.TxException - Thrown when an API error occurspublic ProfessionsAutoCompleteResponse autocompleteProfession(String prefix) throws TxException
prefix - The job title prefix to be completed. Must contain at least 1 character.TxException - Thrown when an API error occurspublic NormalizeProfessionsResponse normalizeProfessions(List<String> jobTitles, String language, String outputLanguage) throws TxException
jobTitles - The list of job titles to normalize (up to 10 job titles, each job title may not exceed 400 characters).language - The language of the input job titles. Must be one of the supported ISO codes.outputLanguage - The language to use for descriptions of the returned normalized professions. Must be one of the supported ISO codes.TxException - Thrown when an API error occurspublic NormalizeProfessionsResponse normalizeProfessions(List<String> jobTitles) throws TxException
jobTitles - The list of job titles to normalize (up to 10 job titles, each job title may not exceed 400 characters).TxException - Thrown when an API error occurspublic LookupProfessionCodesResponse lookupProfessions(List<Integer> codeIds, String outputLanguage) throws TxException
codeIds - The profession code IDs to get details about from the Professions Taxonomy.outputLanguage - The language to use for professions descriptions (default is en). Must be an allowed ISO code. TxException - Thrown when an API error occurspublic LookupProfessionCodesResponse lookupProfessions(List<Integer> codeIds) throws TxException
codeIds - The profession code IDs to get details about from the Professions Taxonomy.TxException - Thrown when an API error occurspublic CompareProfessionsResponse compareProfessions(int profession1, int profession2, String outputLanguage) throws TxException
profession1 - A profession code ID from the Professions Taxonomy to compare.profession2 - A profession code ID from the Professions Taxonomy to compare.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic CompareSkillsToProfessionResponse compareSkillsToProfessions(int professionCodeId, String outputLanguage, List<SkillScore> skills) throws TxException
professionCodeId - The profession code ID from the Professions Taxonomy to compare the skill set to.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeskills - The skills which should be compared against the given profession. The list can contain up to 50 skills.TxException - Thrown when an API error occurspublic CompareSkillsToProfessionResponse compareSkillsToProfessions(ParsedResume resume, int professionCodeId, String outputLanguage, boolean weightSkillsByExperience) throws TxException
resume - The resume containing the skills of the candidateprofessionCodeId - The profession code ID from the Professions Taxonomy to compare the skill set to.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeweightSkillsByExperience - Whether or not to give a higher weight to skills that the candidate has more experience with.TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(List<Integer> professionCodeIds, int limit, String outputLanguage) throws TxException
professionCodeIds - The code IDs of the professions to suggest skills for.limit - The maximum amount of suggested skills returned. If not sure what value should be, provide 10 as default limit.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(List<Integer> professionCodeIds, String outputLanguage) throws TxException
professionCodeIds - The code IDs of the professions to suggest skills for.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(ParsedResume resume, String outputLanguage) throws TxException
resume - The resume to suggest skills for (based on the professions in the resume).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(ParsedResume resume) throws TxException
resume - The resume to suggest skills for (based on the professions in the resume).TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(ParsedJob job, String outputLanguage) throws TxException
job - The resume to suggest skills for (based on the professions in the resume).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(ParsedJob job) throws TxException
job - The resume to suggest skills for (based on the professions in the resume).TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedResume resume, int limit, boolean returnMissingSkills, String outputLanguage, boolean weightSkillsByExperience) throws TxException
resume - The professions are suggested based on the skills within this resume.limit - The maximum amount of professions returned. If not sure what value should be, provide 10 as default limit.returnMissingSkills - Flag to enable returning a list of missing skills per suggested profession.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeweightSkillsByExperience - Whether or not to give a higher weight to skills that the candidate has more experience with.TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedResume resume, String outputLanguage) throws TxException
resume - The professions are suggested based on the skills within this resume. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedResume resume) throws TxException
resume - The professions are suggested based on the skills within this resume. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedJob job, int limit, boolean returnMissingSkills, String outputLanguage) throws TxException
job - The professions are suggested based on the skills within this job.limit - The maximum amount of professions returned. If not sure what value should be, provide 10 as default limit.returnMissingSkills - Flag to enable returning a list of missing skills per suggested profession.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedJob job, String outputLanguage) throws TxException
job - The professions are suggested based on the skills within this job. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedJob job) throws TxException
job - The professions are suggested based on the skills within this job. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(List<SkillScore> skills, int limit, boolean returnMissingSkills, String outputLanguage) throws TxException
skills - The skills used to return the most relevant professions. The list can contain up to 50 skills.limit - The maximum amount of professions returned. If not sure what value should be, provide 10 as default limit.returnMissingSkills - Flag to enable returning a list of missing skills per suggested profession.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(List<String> skillIds, String outputLanguage) throws TxException
skillIds - The skill IDs used to return the most relevant professions. The list can contain up to 50 skill IDs. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(List<SkillScore> skills, int limit, String outputLanguage) throws TxException
skills - The skills (and optionally, scores) for which the service should return related skills. The list can contain up to 50 skills.limit - The maximum amount of suggested skills returned. The maximum is 25.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(List<String> skillIds, String outputLanguage) throws TxException
skillIds - The skill IDs for which the service should return related skills. The list can contain up to 50 skills.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(ParsedJob job, int limit, String outputLanguage) throws TxException
job - The job to suggest skills for (based on the skills in the job).limit - The maximum amount of suggested skills returned. The maximum is 25.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(ParsedJob job, String outputLanguage) throws TxException
job - The job to suggest skills for (based on the skills in the job).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(ParsedResume resume, int limit, String outputLanguage, boolean weightSkillsByExperience) throws TxException
resume - The resume to suggest skills for (based on the skills in the resume).limit - The maximum amount of suggested skills returned. The maximum is 25.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeweightSkillsByExperience - Whether or not to give a higher weight to skills that the candidate has more experience with.TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(ParsedResume resume, String outputLanguage) throws TxException
resume - The resume to suggest skills for (based on the skills in the resume).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SkillsSimilarityScoreResponse skillsSimilarityScore(List<SkillScore> skillSetA, List<SkillScore> skillSetB) throws TxException
skillSetA - A set of skills (and optionally, scores) to score against the other set of skills. The list can contain up to 50 skills.skillSetB - A set of skills (and optionally, scores) to score against the other set of skills. The list can contain up to 50 skills.TxException - Thrown when an API error occurspublic GenerateJobResponse generateJobDescription(GenerateJobRequest request) throws TxException
request - The request bodyTxException - Thrown when an API error occurspublic SuggestSkillsFromJobTitleResponse suggestSkillsFromJobTitle(String jobTitle, String language, Integer limit) throws TxException
jobTitle - The title of the job for which skills are being suggested.language - Language of the suggested skills in ISO 639-1 code format.limit - Maximum number of skills to suggest. If not specified this parameter defaults to 10. This value cannot exceed 50.TxException - Thrown when an API error occurspublic SuggestSkillsFromJobTitleResponse suggestSkillsFromJobTitle(String jobTitle) throws TxException
jobTitle - The title of the job for which skills are being suggested.TxException - Thrown when an API error occursprotected void setEnvironment(IndexingOptionsGeneric options)
protected okhttp3.RequestBody createJsonBody(Object body)
protected <T extends ApiResponse<?>> HttpResponse<T> executeRequest(okhttp3.Request apiRequest, Class<T> classOfT, String requestBody) throws TxException
TxExceptionCopyright © 2025. All rights reserved.