Class ModifyProcessInstanceVariableInstruction

java.lang.Object
io.camunda.zeebe.client.protocol.rest.ModifyProcessInstanceVariableInstruction

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-10-28T16:53:53.401346729Z[GMT]", comments="Generator version: 7.8.0") public class ModifyProcessInstanceVariableInstruction extends Object
Instructions describing which variables should be created.
  • Field Details

  • Constructor Details

    • ModifyProcessInstanceVariableInstruction

      public ModifyProcessInstanceVariableInstruction()
  • Method Details

    • variables

    • putVariablesItem

      public ModifyProcessInstanceVariableInstruction putVariablesItem(String key, Object variablesItem)
    • getVariables

      @Nonnull public Map<String,Object> 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

      public void setVariables(Map<String,Object> variables)
    • scopeId

    • getScopeId

      @Nullable public String 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

      public void setScopeId(String scopeId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string