Class UserTaskItem

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

@Deprecated @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-08-04T12:37:47.170113265Z[GMT]", comments="Generator version: 7.8.0") public class UserTaskItem extends Object
Deprecated.
UserTaskItem
  • Field Details

  • Constructor Details

    • UserTaskItem

      public UserTaskItem()
      Deprecated.
  • Method Details

    • key

      public UserTaskItem key(Long key)
      Deprecated.
    • getKey

      @Nullable public Long getKey()
      Deprecated.
      Get key
      Returns:
      key
    • setKey

      public void setKey(Long key)
      Deprecated.
    • elementInstanceKey

      public UserTaskItem elementInstanceKey(Long elementInstanceKey)
      Deprecated.
    • getElementInstanceKey

      @Nullable public Long getElementInstanceKey()
      Deprecated.
      Get elementInstanceKey
      Returns:
      elementInstanceKey
    • setElementInstanceKey

      public void setElementInstanceKey(Long elementInstanceKey)
      Deprecated.
    • processDefinitionKey

      public UserTaskItem processDefinitionKey(Long processDefinitionKey)
      Deprecated.
    • getProcessDefinitionKey

      @Nullable public Long getProcessDefinitionKey()
      Deprecated.
      Get processDefinitionKey
      Returns:
      processDefinitionKey
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(Long processDefinitionKey)
      Deprecated.
    • processInstanceKey

      public UserTaskItem processInstanceKey(Long processInstanceKey)
      Deprecated.
    • getProcessInstanceKey

      @Nullable public Long getProcessInstanceKey()
      Deprecated.
      Get processInstanceKey
      Returns:
      processInstanceKey
    • setProcessInstanceKey

      public void setProcessInstanceKey(Long processInstanceKey)
      Deprecated.
    • formKey

      public UserTaskItem formKey(Long formKey)
      Deprecated.
    • getFormKey

      @Nullable public Long getFormKey()
      Deprecated.
      Get formKey
      Returns:
      formKey
    • setFormKey

      public void setFormKey(Long formKey)
      Deprecated.
    • state

      public UserTaskItem state(String state)
      Deprecated.
    • getState

      @Nullable public String getState()
      Deprecated.
      Get state
      Returns:
      state
    • setState

      public void setState(String state)
      Deprecated.
    • assignee

      public UserTaskItem assignee(String assignee)
      Deprecated.
    • getAssignee

      @Nullable public String getAssignee()
      Deprecated.
      Get assignee
      Returns:
      assignee
    • setAssignee

      public void setAssignee(String assignee)
      Deprecated.
    • elementId

      public UserTaskItem elementId(String elementId)
      Deprecated.
    • getElementId

      @Nullable public String getElementId()
      Deprecated.
      Get elementId
      Returns:
      elementId
    • setElementId

      public void setElementId(String elementId)
      Deprecated.
    • candidateGroup

      public UserTaskItem candidateGroup(List<String> candidateGroup)
      Deprecated.
    • addCandidateGroupItem

      public UserTaskItem addCandidateGroupItem(String candidateGroupItem)
      Deprecated.
    • getCandidateGroup

      @Nullable public List<String> getCandidateGroup()
      Deprecated.
      Get candidateGroup
      Returns:
      candidateGroup
    • setCandidateGroup

      public void setCandidateGroup(List<String> candidateGroup)
      Deprecated.
    • candidateUser

      public UserTaskItem candidateUser(List<String> candidateUser)
      Deprecated.
    • addCandidateUserItem

      public UserTaskItem addCandidateUserItem(String candidateUserItem)
      Deprecated.
    • getCandidateUser

      @Nullable public List<String> getCandidateUser()
      Deprecated.
      Get candidateUser
      Returns:
      candidateUser
    • setCandidateUser

      public void setCandidateUser(List<String> candidateUser)
      Deprecated.
    • processDefinitionId

      public UserTaskItem processDefinitionId(String processDefinitionId)
      Deprecated.
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      Deprecated.
      Get processDefinitionId
      Returns:
      processDefinitionId
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
      Deprecated.
    • creationDate

      public UserTaskItem creationDate(String creationDate)
      Deprecated.
    • getCreationDate

      @Nullable public String getCreationDate()
      Deprecated.
      Get creationDate
      Returns:
      creationDate
    • setCreationDate

      public void setCreationDate(String creationDate)
      Deprecated.
    • completionDate

      public UserTaskItem completionDate(String completionDate)
      Deprecated.
    • getCompletionDate

      @Nullable public String getCompletionDate()
      Deprecated.
      Get completionDate
      Returns:
      completionDate
    • setCompletionDate

      public void setCompletionDate(String completionDate)
      Deprecated.
    • followUpDate

      public UserTaskItem followUpDate(String followUpDate)
      Deprecated.
    • getFollowUpDate

      @Nullable public String getFollowUpDate()
      Deprecated.
      Get followUpDate
      Returns:
      followUpDate
    • setFollowUpDate

      public void setFollowUpDate(String followUpDate)
      Deprecated.
    • dueDate

      public UserTaskItem dueDate(String dueDate)
      Deprecated.
    • getDueDate

      @Nullable public String getDueDate()
      Deprecated.
      Get dueDate
      Returns:
      dueDate
    • setDueDate

      public void setDueDate(String dueDate)
      Deprecated.
    • tenantIds

      public UserTaskItem tenantIds(String tenantIds)
      Deprecated.
    • getTenantIds

      @Nullable public String getTenantIds()
      Deprecated.
      Get tenantIds
      Returns:
      tenantIds
    • setTenantIds

      public void setTenantIds(String tenantIds)
      Deprecated.
    • externalFormReference

      public UserTaskItem externalFormReference(String externalFormReference)
      Deprecated.
    • getExternalFormReference

      @Nullable public String getExternalFormReference()
      Deprecated.
      Get externalFormReference
      Returns:
      externalFormReference
    • setExternalFormReference

      public void setExternalFormReference(String externalFormReference)
      Deprecated.
    • processDefinitionVersion

      public UserTaskItem processDefinitionVersion(Integer processDefinitionVersion)
      Deprecated.
    • getProcessDefinitionVersion

      @Nullable public Integer getProcessDefinitionVersion()
      Deprecated.
      Get processDefinitionVersion
      Returns:
      processDefinitionVersion
    • setProcessDefinitionVersion

      public void setProcessDefinitionVersion(Integer processDefinitionVersion)
      Deprecated.
    • customHeaders

      public UserTaskItem customHeaders(Map<String,String> customHeaders)
      Deprecated.
    • putCustomHeadersItem

      public UserTaskItem putCustomHeadersItem(String key, String customHeadersItem)
      Deprecated.
    • getCustomHeaders

      @Nullable public Map<String,String> getCustomHeaders()
      Deprecated.
      Get customHeaders
      Returns:
      customHeaders
    • setCustomHeaders

      public void setCustomHeaders(Map<String,String> customHeaders)
      Deprecated.
    • priority

      public UserTaskItem priority(Integer priority)
      Deprecated.
    • getPriority

      @Nullable public Integer getPriority()
      Deprecated.
      The priority of a user task. The higher the value the higher the priority. minimum: 0 maximum: 100
      Returns:
      priority
    • setPriority

      public void setPriority(Integer priority)
      Deprecated.
    • equals

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

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

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

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

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