Class ModifyProcessInstanceVariableInstruction
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.ModifyProcessInstanceVariableInstruction
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class ModifyProcessInstanceVariableInstruction
extends Object
Instructions describing which variables should be created.
-
Constructor Summary
ConstructorsConstructorDescriptionModifyProcessInstanceVariableInstruction(Map<String, Object> variables) Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe ID of the element in which scope the variables should be created.JSON document that will instantiate the variables for the root variable scope of the process instance.inthashCode()putVariablesItem(String key, Object variablesItem) voidsetScopeId(String scopeId) voidsetVariables(Map<String, Object> variables) toString()
-
Constructor Details
-
ModifyProcessInstanceVariableInstruction
public ModifyProcessInstanceVariableInstruction() -
ModifyProcessInstanceVariableInstruction
Constructor with only required parameters
-
-
Method Details
-
variables
-
putVariablesItem
-
getVariables
JSON document that will instantiate the variables for the root variable scope of the process instance. It must be a JSON object, as variables will be mapped in a key-value fashion.- Returns:
- variables
-
setVariables
-
scopeId
-
getScopeId
The ID of the element in which scope the variables should be created. Leave empty to create the variables in the global scope of the process instance- Returns:
- scopeId
-
setScopeId
-
equals
-
hashCode
public int hashCode() -
toString
-