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