public class TermsApi extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath()
Generated.
|
List<Context> |
getContextsForTerm(String term,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results)
Generated.
|
ApiInvoker |
getInvoker()
Generated.
|
List<Term> |
getSimilarTerms(String term,
Integer context_id,
String pos_type,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results)
Generated.
|
List<Term> |
getTerm(String term,
Boolean get_fingerprint,
String retina_name,
Integer start_index,
Integer max_results)
Generated.
|
void |
setBasePath(String basePath)
Generated.
|
public TermsApi(String apiKey)
public ApiInvoker getInvoker()
ApiInvokerpublic void setBasePath(String basePath)
basePath - the path to setpublic String getBasePath()
public List<Term> getTerm(String term, Boolean get_fingerprint, String retina_name, Integer start_index, Integer max_results) throws ApiException
ApiException - if an error occurs during querying of the API.public List<Context> getContextsForTerm(String term, Boolean get_fingerprint, String retina_name, Integer start_index, Integer max_results) throws ApiException
ApiException - if an error occurs during querying of the API.public List<Term> getSimilarTerms(String term, Integer context_id, String pos_type, Boolean get_fingerprint, String retina_name, Integer start_index, Integer max_results) throws ApiException
ApiException - if an error occurs during querying of the API.Copyright © 2015. All rights reserved.