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