Uses of Interface
io.camunda.zeebe.client.api.command.CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2
Packages that use CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2
-
Uses of CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2Modifier and TypeMethodDescriptionCreateDocumentBatchCommandStep1.addDocument()Deprecated.Starts the creation of a new document in a batch.CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2.content(byte[] content) CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2.content(InputStream content) CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2.contentType(String contentType) CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2.customMetadata(String key, Object value) CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2.customMetadata(Map<String, Object> customMetadata) CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2.timeToLive(Duration timeToLive) -
Uses of CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2Modifier and TypeClassDescriptionstatic classMethods in io.camunda.zeebe.client.impl.command that return CreateDocumentBatchCommandStep1.CreateDocumentBatchCommandStep2Modifier and TypeMethodDescriptionCreateDocumentBatchCommandImpl.addDocument()CreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl.content(byte[] content) CreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl.content(InputStream content) CreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl.contentType(String contentType) CreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl.customMetadata(String key, Object value) CreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl.customMetadata(Map<String, Object> customMetadata) CreateDocumentBatchCommandImpl.DocumentBuilderStep2BatchImpl.timeToLive(Duration timeToLive)