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