Class ListImagesOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ListImagesOptions
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListImagesOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listImages options.
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListImagesOptions.BuilderBuilder. - 
Method Summary
Modifier and Type Method Description StringcollectionId()Gets the collectionId.ListImagesOptions.BuildernewBuilder()New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a ListImagesOptions builder
 
 - 
collectionId
Gets the collectionId.The identifier of the collection.
- Returns:
 - the collectionId
 
 
 -