Uses of Interface
io.camunda.client.api.command.DocumentBuilderStep1.DocumentBuilderStep2
Packages that use DocumentBuilderStep1.DocumentBuilderStep2
Package
Description
-
Uses of DocumentBuilderStep1.DocumentBuilderStep2 in io.camunda.client.api.command
Subinterfaces of DocumentBuilderStep1.DocumentBuilderStep2 in io.camunda.client.api.commandModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceMethods in io.camunda.client.api.command that return DocumentBuilderStep1.DocumentBuilderStep2Modifier and TypeMethodDescriptionDocumentBuilderStep1.content(byte[] content) Sets the content of the document.DocumentBuilderStep1.content(InputStream content) Sets the content of the document.Sets the content of the document.DocumentBuilderStep1.DocumentBuilderStep2.contentType(String contentType) Sets the content type of the document.DocumentBuilderStep1.DocumentBuilderStep2.customMetadata(String key, Object value) Adds a custom key-value pair to the document metadata.DocumentBuilderStep1.DocumentBuilderStep2.customMetadata(Map<String, Object> customMetadata) Adds custom key-value pairs to the document metadata.Sets the file name of the document.DocumentBuilderStep1.DocumentBuilderStep2.timeToLive(Duration timeToLive) Sets the time-to-live of the document. -
Uses of DocumentBuilderStep1.DocumentBuilderStep2 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement DocumentBuilderStep1.DocumentBuilderStep2Modifier and TypeClassDescriptionstatic classclass -
Uses of DocumentBuilderStep1.DocumentBuilderStep2 in io.camunda.client.impl.util
Classes in io.camunda.client.impl.util that implement DocumentBuilderStep1.DocumentBuilderStep2Methods in io.camunda.client.impl.util that return DocumentBuilderStep1.DocumentBuilderStep2Modifier and TypeMethodDescriptionDocumentBuilder.content(byte[] content) DocumentBuilder.content(InputStream content) DocumentBuilder.contentType(String contentType) DocumentBuilder.customMetadata(String key, Object value) DocumentBuilder.customMetadata(Map<String, Object> customMetadata) DocumentBuilder.timeToLive(Duration timeToLive)