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 | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.lang.String |
object |
Modifier | Constructor and Description |
---|---|
protected |
DeleteObjectOptions(DeleteObjectOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
collectionId()
Gets the collectionId.
|
DeleteObjectOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
object()
Gets the object.
|
protected java.lang.String collectionId
protected java.lang.String object
protected DeleteObjectOptions(DeleteObjectOptions.Builder builder)
public DeleteObjectOptions.Builder newBuilder()
public java.lang.String collectionId()
The identifier of the collection.
public java.lang.String object()
The name of the object.