Class CollectionsList
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.CollectionsList
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CollectionsList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
A container for the list of collections.
-
Constructor Summary
Constructors Constructor Description CollectionsList()
-
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
-
CollectionsList
public CollectionsList()
-
-
Method Details
-
getCollections
Gets the collections.The collections in this service instance.
- Returns:
- the collections
-