Class CompleteExternalTaskDto

java.lang.Object
org.camunda.community.rest.client.dto.CompleteExternalTaskDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class CompleteExternalTaskDto extends Object
CompleteExternalTaskDto
  • Field Details

  • Constructor Details

    • CompleteExternalTaskDto

      public CompleteExternalTaskDto()
  • Method Details

    • workerId

      public CompleteExternalTaskDto workerId(String workerId)
    • getWorkerId

      @Nullable public String getWorkerId()
      **Mandatory.** The ID of the worker who is performing the operation on the external task. If the task is already locked, must match the id of the worker who has most recently locked the task.
      Returns:
      workerId
    • setWorkerId

      public void setWorkerId(String workerId)
    • variables

      public CompleteExternalTaskDto variables(Map<String,VariableValueDto> variables)
    • putVariablesItem

      public CompleteExternalTaskDto putVariablesItem(String key, VariableValueDto variablesItem)
    • getVariables

      @Nullable public Map<String,VariableValueDto> getVariables()
      A JSON object containing variable key-value pairs. Each key is a variable name and each value a JSON variable value object with the following properties:
      Returns:
      variables
    • getVariables_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getVariables_JsonNullable()
    • setVariables_JsonNullable

      public void setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> variables)
    • setVariables

      public void setVariables(Map<String,VariableValueDto> variables)
    • localVariables

      public CompleteExternalTaskDto localVariables(Map<String,VariableValueDto> localVariables)
    • putLocalVariablesItem

      public CompleteExternalTaskDto putLocalVariablesItem(String key, VariableValueDto localVariablesItem)
    • getLocalVariables

      @Nullable public Map<String,VariableValueDto> getLocalVariables()
      A JSON object containing local variable key-value pairs. Local variables are set only in the scope of external task. Each key is a variable name and each value a JSON variable value object with the following properties:
      Returns:
      localVariables
    • getLocalVariables_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getLocalVariables_JsonNullable()
    • setLocalVariables_JsonNullable

      public void setLocalVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> localVariables)
    • setLocalVariables

      public void setLocalVariables(Map<String,VariableValueDto> localVariables)
    • 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