Class CompleteTaskDto

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

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

  • Constructor Details

    • CompleteTaskDto

      public CompleteTaskDto()
  • Method Details

    • variables

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

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

      @Nullable public Map<String,VariableValueDto> getVariables()
      A JSON object containing variable key-value pairs.
      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)
    • withVariablesInReturn

      public CompleteTaskDto withVariablesInReturn(Boolean withVariablesInReturn)
    • getWithVariablesInReturn

      @Nullable public Boolean getWithVariablesInReturn()
      Indicates whether the response should contain the process variables or not. The default is `false` with a response code of `204`. If set to `true` the response contains the process variables and has a response code of `200`. If the task is not associated with a process instance (e.g. if it's part of a case instance) no variables will be returned.
      Returns:
      withVariablesInReturn
    • getWithVariablesInReturn_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getWithVariablesInReturn_JsonNullable()
    • setWithVariablesInReturn_JsonNullable

      public void setWithVariablesInReturn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withVariablesInReturn)
    • setWithVariablesInReturn

      public void setWithVariablesInReturn(Boolean withVariablesInReturn)
    • 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