public class SynonymCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected Pagination |
pagination |
protected java.util.List<Synonym> |
synonyms |
Constructor and Description |
---|
SynonymCollection() |
Modifier and Type | Method and Description |
---|---|
Pagination |
getPagination()
Gets the pagination.
|
java.util.List<Synonym> |
getSynonyms()
Gets the synonyms.
|
protected java.util.List<Synonym> synonyms
protected Pagination pagination
public java.util.List<Synonym> getSynonyms()
An array of synonyms.
public Pagination getPagination()
The pagination data for the returned objects.