Interface CreateDocumentCommandStep1
- All Superinterfaces:
DocumentBuilderStep1
- All Known Implementing Classes:
CreateDocumentCommandImpl
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.Nested classes/interfaces inherited from interface io.camunda.zeebe.client.api.command.DocumentBuilderStep1
DocumentBuilderStep1.DocumentBuilderStep2 -
Method Summary
Modifier and TypeMethodDescriptioncontent(byte[] content) Deprecated.Sets the content of the document.content(InputStream content) Deprecated.Sets the content of the document.Deprecated.Sets the content of the document.
-
Method Details
-
content
Deprecated.Sets the content of the document.- Specified by:
contentin interfaceDocumentBuilderStep1- Parameters:
content- the content of the document as stream
-
content
Deprecated.Sets the content of the document.- Specified by:
contentin interfaceDocumentBuilderStep1- Parameters:
content- the content of the document as byte array
-
content
Deprecated.Sets the content of the document.- Specified by:
contentin interfaceDocumentBuilderStep1- Parameters:
content- the content of the document as string
-
CreateDocumentCommandStep1