Interface DeleteDocumentCommandStep1
- All Superinterfaces:
FinalCommandStep<DeleteDocumentResponse>
- All Known Implementing Classes:
DeleteDocumentCommandImpl
@Deprecated
public interface DeleteDocumentCommandStep1
extends FinalCommandStep<DeleteDocumentResponse>
Deprecated.
Command to delete a document from the document store.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Sets the document store ID.Methods inherited from interface io.camunda.zeebe.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
storeId
Deprecated.Sets the document store ID. If not set, the default document store for the cluster will be used.- Parameters:
storeId- the document store ID
-
DeleteDocumentCommandStep1