Uses of Class
io.zeebe.protocol.record.value.VariableDocumentUpdateSemantic
-
Packages that use VariableDocumentUpdateSemantic Package Description io.zeebe.protocol.record.value -
-
Uses of VariableDocumentUpdateSemantic in io.zeebe.protocol.record.value
Methods in io.zeebe.protocol.record.value that return VariableDocumentUpdateSemantic Modifier and Type Method Description VariableDocumentUpdateSemanticVariableDocumentRecordValue. getUpdateSemantics()static VariableDocumentUpdateSemanticVariableDocumentUpdateSemantic. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableDocumentUpdateSemantic[]VariableDocumentUpdateSemantic. values()Returns an array containing the constants of this enum type, in the order they are declared.
-