Package | Description |
---|---|
com.ibm.watson.developer_cloud.alchemy.v1.model |
Classes that map the HTTP service requests and responses into POJOs
|
com.ibm.watson.developer_cloud.alchemy.v1.util |
Utility classes to create API requests and transform JSON into POJO classes among other things
|
Modifier and Type | Method and Description |
---|---|
List<Taxonomy> |
Taxonomies.getTaxonomy()
Gets the taxonomy.
|
List<Taxonomy> |
CombinedResults.getTaxonomy()
Gets the taxonomy.
|
List<Taxonomy> |
Article.EnrichedTitle.getTaxonomy()
Gets the taxonomy.
|
Modifier and Type | Method and Description |
---|---|
void |
Taxonomies.setTaxonomy(List<Taxonomy> taxonomy)
Sets the taxonomy.
|
void |
CombinedResults.setTaxonomy(List<Taxonomy> taxonomy)
Sets the taxonomy.
|
void |
Article.EnrichedTitle.setTaxonomy(List<Taxonomy> taxonomy)
Sets the taxonomy.
|
Modifier and Type | Method and Description |
---|---|
Taxonomy |
TaxonomyTypeAdapter.read(com.google.gson.stream.JsonReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
TaxonomyTypeAdapter.write(com.google.gson.stream.JsonWriter writer,
Taxonomy value) |
Copyright © 2015–2016. All rights reserved.