public class EntityCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Entity> |
entities |
protected Pagination |
pagination |
Constructor and Description |
---|
EntityCollection() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Entity> |
getEntities()
Gets the entities.
|
Pagination |
getPagination()
Gets the pagination.
|
protected java.util.List<Entity> entities
protected Pagination pagination
public java.util.List<Entity> getEntities()
An array of objects describing the entities defined for the workspace.
public Pagination getPagination()
The pagination data for the returned objects.