public class DeleteObjectOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DeleteObjectOptions.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
collectionId()
Gets the collectionId. 
 | 
DeleteObjectOptions.Builder | 
newBuilder()
New builder. 
 | 
String | 
object()
Gets the object. 
 | 
public DeleteObjectOptions.Builder newBuilder()
public String collectionId()
The identifier of the collection.
public String object()
The name of the object.
Copyright © 2021 IBM Cloud. All rights reserved.