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.
  • Method Details

    • newBuilder

      New builder.
      Returns:
      a UpdateObjectMetadataOptions builder
    • collectionId

      public String collectionId()
      Gets the collectionId.

      The identifier of the collection.

      Returns:
      the collectionId
    • object

      public String object()
      Gets the object.

      The name of the object.

      Returns:
      the object
    • newObject

      public String 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