Class EntityCollection
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.EntityCollection
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EntityCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An array of objects describing the entities for the workspace.
-
Constructor Summary
Constructors Constructor Description EntityCollection()
-
Method Summary
Modifier and Type Method Description List<Entity>
getEntities()
Gets the entities.Pagination
getPagination()
Gets the pagination.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
EntityCollection
public EntityCollection()
-
-
Method Details
-
getEntities
Gets the entities.An array of objects describing the entities defined for the workspace.
- Returns:
- the entities
-
getPagination
Gets the pagination.The pagination data for the returned objects.
- Returns:
- the pagination
-