Package io.camunda.client.protocol.rest
Class ModifyProcessInstanceVariableInstruction
java.lang.Object
io.camunda.client.protocol.rest.ModifyProcessInstanceVariableInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ModifyProcessInstanceVariableInstruction
extends Object
Instruction describing which variables to create or update.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe id of the element in which scope the variables should be created.JSON document that will instantiate the variables at the scope defined by the scopeId.inthashCode()putVariablesItem(String key, Object variablesItem) voidsetScopeId(String scopeId) voidsetVariables(Map<String, Object> variables) toString()
-
Field Details
-
JSON_PROPERTY_VARIABLES
- See Also:
-
JSON_PROPERTY_SCOPE_ID
- See Also:
-
-
Constructor Details
-
ModifyProcessInstanceVariableInstruction
public ModifyProcessInstanceVariableInstruction()
-
-
Method Details
-
variables
-
putVariablesItem
-
getVariables
JSON document that will instantiate the variables at the scope defined by the scopeId. 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
-