Class UpdateObjectMetadataOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.UpdateObjectMetadataOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateObjectMetadataOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateObjectMetadata options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateObjectMetadataOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
collectionId()
Gets the collectionId.UpdateObjectMetadataOptions.Builder
newBuilder()
New builder.String
newObject()
Gets the newObject.String
object()
Gets the object.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a UpdateObjectMetadataOptions builder
-
collectionId
Gets the collectionId.The identifier of the collection.
- Returns:
- the collectionId
-
object
Gets the object.The name of the object.
- Returns:
- the object
-
newObject
Gets the newObject.The updated name of the object. The name can contain alphanumeric, underscore, hyphen, space, and dot characters. It cannot begin with the reserved prefix `sys-`.
- Returns:
- the newObject
-