public class WorkspaceCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected Pagination |
pagination |
protected java.util.List<Workspace> |
workspaces |
Constructor and Description |
---|
WorkspaceCollection() |
Modifier and Type | Method and Description |
---|---|
Pagination |
getPagination()
Gets the pagination.
|
java.util.List<Workspace> |
getWorkspaces()
Gets the workspaces.
|
protected java.util.List<Workspace> workspaces
protected Pagination pagination
public java.util.List<Workspace> getWorkspaces()
An array of objects describing the workspaces associated with the service instance.
public Pagination getPagination()
The pagination data for the returned objects.