public class DeleteDocumentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DeleteDocumentOptions.Builder
Builder. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
collectionId  | 
protected java.lang.String | 
documentId  | 
protected java.lang.String | 
environmentId  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
DeleteDocumentOptions(DeleteDocumentOptions.Builder builder)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
collectionId()
Gets the collectionId. 
 | 
java.lang.String | 
documentId()
Gets the documentId. 
 | 
java.lang.String | 
environmentId()
Gets the environmentId. 
 | 
DeleteDocumentOptions.Builder | 
newBuilder()
New builder. 
 | 
protected java.lang.String environmentId
protected java.lang.String collectionId
protected java.lang.String documentId
protected DeleteDocumentOptions(DeleteDocumentOptions.Builder builder)
public DeleteDocumentOptions.Builder newBuilder()
public java.lang.String environmentId()
The ID of the environment.
public java.lang.String collectionId()
The ID of the collection.
public java.lang.String documentId()
The ID of the document.