Package io.camunda.client.protocol.rest
Class ModifyProcessInstanceVariableInstruction
java.lang.Object
io.camunda.client.protocol.rest.ModifyProcessInstanceVariableInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class ModifyProcessInstanceVariableInstruction
extends Object
Instructions describing which variables should be created.
-
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 for the root variable scope of the process instance.inthashCode()putVariablesItem(String key, Object variablesItem) voidsetScopeId(String scopeId) voidsetVariables(Map<String, Object> variables) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
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 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
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-