public class UpdateObjectMetadata
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UpdateObjectMetadata.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
count()
Gets the count. 
 | 
UpdateObjectMetadata.Builder | 
newBuilder()
New builder. 
 | 
String | 
object()
Gets the object. 
 | 
public UpdateObjectMetadata.Builder newBuilder()
public String object()
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-`.
public Long count()
Number of bounding boxes in the collection with the updated object name.
Copyright © 2021 IBM Cloud. All rights reserved.