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