Package io.camunda.client.api.command
Interface CreateDocumentCommandStep1
- All Superinterfaces:
DocumentBuilderStep1
- All Known Implementing Classes:
CreateDocumentCommandImpl
@ExperimentalApi("https://github.com/camunda/issues/issues/841")
public interface CreateDocumentCommandStep1
extends DocumentBuilderStep1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceNested classes/interfaces inherited from interface io.camunda.client.api.command.DocumentBuilderStep1
DocumentBuilderStep1.DocumentBuilderStep2 -
Method Summary
Modifier and TypeMethodDescriptioncontent(byte[] content) Sets the content of the document.content(InputStream content) Sets the content of the document.Sets the content of the document.
-
Method Details
-
content
Sets the content of the document.- Specified by:
contentin interfaceDocumentBuilderStep1- Parameters:
content- the content of the document as stream
-
content
Sets the content of the document.- Specified by:
contentin interfaceDocumentBuilderStep1- Parameters:
content- the content of the document as byte array
-
content
Sets the content of the document.- Specified by:
contentin interfaceDocumentBuilderStep1- Parameters:
content- the content of the document as string
-