Class TaskDto

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

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

  • Constructor Details

    • TaskDto

      public TaskDto()
  • Method Details

    • id

      public TaskDto id(String id)
    • getId

      @Nullable public String getId()
      The task id.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • name

      public TaskDto name(String name)
    • getName

      @Nullable public String getName()
      The task name.
      Returns:
      name
    • getName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getName_JsonNullable()
    • setName_JsonNullable

      public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name)
    • setName

      public void setName(String name)
    • assignee

      public TaskDto assignee(String assignee)
    • getAssignee

      @Nullable public String getAssignee()
      The assignee's id.
      Returns:
      assignee
    • getAssignee_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getAssignee_JsonNullable()
    • setAssignee_JsonNullable

      public void setAssignee_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assignee)
    • setAssignee

      public void setAssignee(String assignee)
    • owner

      public TaskDto owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      The owner's id.
      Returns:
      owner
    • getOwner_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getOwner_JsonNullable()
    • setOwner_JsonNullable

      public void setOwner_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> owner)
    • setOwner

      public void setOwner(String owner)
    • created

      public TaskDto created(OffsetDateTime created)
    • getCreated

      @Nullable public OffsetDateTime getCreated()
      The date the task was created on. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
      Returns:
      created
    • getCreated_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCreated_JsonNullable()
    • setCreated_JsonNullable

      public void setCreated_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> created)
    • setCreated

      public void setCreated(OffsetDateTime created)
    • lastUpdated

      public TaskDto lastUpdated(OffsetDateTime lastUpdated)
    • getLastUpdated

      @Nullable public OffsetDateTime getLastUpdated()
      The date the task was last updated. Every action that fires a [task update event](https://docs.camunda.org/manual/7.21/user-guide/process-engine/delegation-code/#task-listener-event-lifecycle) will update this property. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
      Returns:
      lastUpdated
    • getLastUpdated_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getLastUpdated_JsonNullable()
    • setLastUpdated_JsonNullable

      public void setLastUpdated_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> lastUpdated)
    • setLastUpdated

      public void setLastUpdated(OffsetDateTime lastUpdated)
    • due

      public TaskDto due(OffsetDateTime due)
    • getDue

      @Nullable public OffsetDateTime getDue()
      The task's due date. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
      Returns:
      due
    • getDue_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDue_JsonNullable()
    • setDue_JsonNullable

      public void setDue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> due)
    • setDue

      public void setDue(OffsetDateTime due)
    • followUp

      public TaskDto followUp(OffsetDateTime followUp)
    • getFollowUp

      @Nullable public OffsetDateTime getFollowUp()
      The follow-up date for the task. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
      Returns:
      followUp
    • getFollowUp_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getFollowUp_JsonNullable()
    • setFollowUp_JsonNullable

      public void setFollowUp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> followUp)
    • setFollowUp

      public void setFollowUp(OffsetDateTime followUp)
    • delegationState

      public TaskDto delegationState(TaskDto.DelegationStateEnum delegationState)
    • getDelegationState

      @Nullable public TaskDto.DelegationStateEnum getDelegationState()
      The task's delegation state. Possible values are `PENDING` and `RESOLVED`.
      Returns:
      delegationState
    • getDelegationState_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<TaskDto.DelegationStateEnum> getDelegationState_JsonNullable()
    • setDelegationState_JsonNullable

      public void setDelegationState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<TaskDto.DelegationStateEnum> delegationState)
    • setDelegationState

      public void setDelegationState(TaskDto.DelegationStateEnum delegationState)
    • description

      public TaskDto description(String description)
    • getDescription

      @Nullable public String getDescription()
      The task's description.
      Returns:
      description
    • getDescription_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDescription_JsonNullable()
    • setDescription_JsonNullable

      public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description)
    • setDescription

      public void setDescription(String description)
    • executionId

      public TaskDto executionId(String executionId)
    • getExecutionId

      @Nullable public String getExecutionId()
      The id of the execution the task belongs to.
      Returns:
      executionId
    • getExecutionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getExecutionId_JsonNullable()
    • setExecutionId_JsonNullable

      public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId)
    • setExecutionId

      public void setExecutionId(String executionId)
    • parentTaskId

      public TaskDto parentTaskId(String parentTaskId)
    • getParentTaskId

      @Nullable public String getParentTaskId()
      The id the parent task, if this task is a subtask.
      Returns:
      parentTaskId
    • getParentTaskId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getParentTaskId_JsonNullable()
    • setParentTaskId_JsonNullable

      public void setParentTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> parentTaskId)
    • setParentTaskId

      public void setParentTaskId(String parentTaskId)
    • priority

      public TaskDto priority(Integer priority)
    • getPriority

      @Nullable public Integer getPriority()
      The task's priority.
      Returns:
      priority
    • getPriority_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getPriority_JsonNullable()
    • setPriority_JsonNullable

      public void setPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> priority)
    • setPriority

      public void setPriority(Integer priority)
    • processDefinitionId

      public TaskDto processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      The id of the process definition the task belongs to.
      Returns:
      processDefinitionId
    • getProcessDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionId_JsonNullable()
    • setProcessDefinitionId_JsonNullable

      public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId)
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • processInstanceId

      public TaskDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      The id of the process instance the task belongs to.
      Returns:
      processInstanceId
    • getProcessInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessInstanceId_JsonNullable()
    • setProcessInstanceId_JsonNullable

      public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId)
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • caseExecutionId

      public TaskDto caseExecutionId(String caseExecutionId)
    • getCaseExecutionId

      @Nullable public String getCaseExecutionId()
      The id of the case execution the task belongs to.
      Returns:
      caseExecutionId
    • getCaseExecutionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCaseExecutionId_JsonNullable()
    • setCaseExecutionId_JsonNullable

      public void setCaseExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseExecutionId)
    • setCaseExecutionId

      public void setCaseExecutionId(String caseExecutionId)
    • caseDefinitionId

      public TaskDto caseDefinitionId(String caseDefinitionId)
    • getCaseDefinitionId

      @Nullable public String getCaseDefinitionId()
      The id of the case definition the task belongs to.
      Returns:
      caseDefinitionId
    • getCaseDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCaseDefinitionId_JsonNullable()
    • setCaseDefinitionId_JsonNullable

      public void setCaseDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionId)
    • setCaseDefinitionId

      public void setCaseDefinitionId(String caseDefinitionId)
    • caseInstanceId

      public TaskDto caseInstanceId(String caseInstanceId)
    • getCaseInstanceId

      @Nullable public String getCaseInstanceId()
      The id of the case instance the task belongs to.
      Returns:
      caseInstanceId
    • getCaseInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCaseInstanceId_JsonNullable()
    • setCaseInstanceId_JsonNullable

      public void setCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId)
    • setCaseInstanceId

      public void setCaseInstanceId(String caseInstanceId)
    • taskDefinitionKey

      public TaskDto taskDefinitionKey(String taskDefinitionKey)
    • getTaskDefinitionKey

      @Nullable public String getTaskDefinitionKey()
      The task's key.
      Returns:
      taskDefinitionKey
    • getTaskDefinitionKey_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTaskDefinitionKey_JsonNullable()
    • setTaskDefinitionKey_JsonNullable

      public void setTaskDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskDefinitionKey)
    • setTaskDefinitionKey

      public void setTaskDefinitionKey(String taskDefinitionKey)
    • suspended

      public TaskDto suspended(Boolean suspended)
    • getSuspended

      @Nullable public Boolean getSuspended()
      Whether the task belongs to a process instance that is suspended.
      Returns:
      suspended
    • getSuspended_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getSuspended_JsonNullable()
    • setSuspended_JsonNullable

      public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended)
    • setSuspended

      public void setSuspended(Boolean suspended)
    • formKey

      public TaskDto formKey(String formKey)
    • getFormKey

      @Nullable public String getFormKey()
      If not `null`, the form key for the task.
      Returns:
      formKey
    • getFormKey_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getFormKey_JsonNullable()
    • setFormKey_JsonNullable

      public void setFormKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> formKey)
    • setFormKey

      public void setFormKey(String formKey)
    • camundaFormRef

      public TaskDto camundaFormRef(CamundaFormRef camundaFormRef)
    • getCamundaFormRef

      @Nullable public CamundaFormRef getCamundaFormRef()
      Get camundaFormRef
      Returns:
      camundaFormRef
    • setCamundaFormRef

      public void setCamundaFormRef(CamundaFormRef camundaFormRef)
    • tenantId

      public TaskDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      If not `null`, the tenant id of the task.
      Returns:
      tenantId
    • getTenantId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTenantId_JsonNullable()
    • setTenantId_JsonNullable

      public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId)
    • setTenantId

      public void setTenantId(String tenantId)
    • 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