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 | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
UpdateObjectMetadataOptions.Builder |
newBuilder()
New builder.
|
String |
newObject()
Gets the newObject.
|
String |
object()
Gets the object.
|
public UpdateObjectMetadataOptions.Builder newBuilder()
public String collectionId()
The identifier of the collection.
public String object()
The name of the object.
public 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-`.
Copyright © 2021 IBM Cloud. All rights reserved.