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 | Method and Description |
---|---|
String |
collectionId()
Gets the collectionId.
|
String |
documentId()
Gets the documentId.
|
DeleteDocumentOptions.Builder |
newBuilder()
New builder.
|
String |
projectId()
Gets the projectId.
|
Boolean |
xWatsonDiscoveryForce()
Gets the xWatsonDiscoveryForce.
|
public DeleteDocumentOptions.Builder newBuilder()
public String projectId()
The ID of the project. This information can be found from the deploy page of the Discovery administrative tooling.
public String collectionId()
The ID of the collection.
public String documentId()
The ID of the document.
public Boolean xWatsonDiscoveryForce()
When `true`, the uploaded document is added to the collection even if the data for that collection is shared with other collections.
Copyright © 2021 IBM Cloud. All rights reserved.