Uses of Enum
io.camunda.zeebe.protocol.record.value.VariableDocumentUpdateSemantic
Packages that use VariableDocumentUpdateSemantic
-
Uses of VariableDocumentUpdateSemantic in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return VariableDocumentUpdateSemanticModifier and TypeMethodDescriptionImmutableVariableDocumentRecordValue.getUpdateSemantics()VariableDocumentRecordValue.getUpdateSemantics()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.Methods in io.camunda.zeebe.protocol.record.value with parameters of type VariableDocumentUpdateSemanticModifier and TypeMethodDescriptionImmutableVariableDocumentRecordValue.Builder.withUpdateSemantics(VariableDocumentUpdateSemantic updateSemantics) Initializes the value for theupdateSemanticsattribute.ImmutableVariableDocumentRecordValue.withUpdateSemantics(VariableDocumentUpdateSemantic value) Copy the current immutable object by setting a value for theupdateSemanticsattribute.