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 class
ListImagesOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
collectionId()
Gets the collectionId.ListImagesOptions.Builder
newBuilder()
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
-