public class UpdateObjectMetadataOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateObjectMetadataOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.lang.String |
newObject |
protected java.lang.String |
object |
Modifier | Constructor and Description |
---|---|
protected |
UpdateObjectMetadataOptions(UpdateObjectMetadataOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
collectionId()
Gets the collectionId.
|
UpdateObjectMetadataOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
newObject()
Gets the newObject.
|
java.lang.String |
object()
Gets the object.
|
protected java.lang.String collectionId
protected java.lang.String object
protected java.lang.String newObject
protected UpdateObjectMetadataOptions(UpdateObjectMetadataOptions.Builder builder)
public UpdateObjectMetadataOptions.Builder newBuilder()
public java.lang.String collectionId()
The identifier of the collection.
public java.lang.String object()
The name of the object.
public java.lang.String 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-`.