Class ListCollectionsResponse
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.ListCollectionsResponse
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListCollectionsResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Response object containing an array of collection details.
-
Constructor Summary
Constructors Constructor Description ListCollectionsResponse()
-
Method Summary
Modifier and Type Method Description List<Collection>
getCollections()
Gets the collections.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ListCollectionsResponse
public ListCollectionsResponse()
-
-
Method Details
-
getCollections
Gets the collections.An array containing information about each collection in the environment.
- Returns:
- the collections
-