Class UserTaskItem

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

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

  • Constructor Details

    • UserTaskItem

      public UserTaskItem()
  • Method Details

    • key

      public UserTaskItem key(Long key)
    • getKey

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

      public void setKey(Long key)
    • state

      public UserTaskItem state(String state)
    • getState

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

      public void setState(String state)
    • assignee

      public UserTaskItem assignee(String assignee)
    • getAssignee

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

      public void setAssignee(String assignee)
    • elementId

      public UserTaskItem elementId(String elementId)
    • getElementId

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

      public void setElementId(String elementId)
    • elementInstanceKey

      public UserTaskItem elementInstanceKey(Long elementInstanceKey)
    • getElementInstanceKey

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

      public void setElementInstanceKey(Long elementInstanceKey)
    • candidateGroup

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

      public UserTaskItem addCandidateGroupItem(String candidateGroupItem)
    • getCandidateGroup

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

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

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

      public UserTaskItem addCandidateUserItem(String candidateUserItem)
    • getCandidateUser

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

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

      public UserTaskItem processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

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

      public void setProcessDefinitionId(String processDefinitionId)
    • processDefinitionKey

      public UserTaskItem processDefinitionKey(Long processDefinitionKey)
    • getProcessDefinitionKey

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

      public void setProcessDefinitionKey(Long processDefinitionKey)
    • processInstanceKey

      public UserTaskItem processInstanceKey(Long processInstanceKey)
    • getProcessInstanceKey

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

      public void setProcessInstanceKey(Long processInstanceKey)
    • formKey

      public UserTaskItem formKey(Long formKey)
    • getFormKey

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

      public void setFormKey(Long formKey)
    • creationDate

      public UserTaskItem creationDate(String creationDate)
    • getCreationDate

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

      public void setCreationDate(String creationDate)
    • completionDate

      public UserTaskItem completionDate(String completionDate)
    • getCompletionDate

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

      public void setCompletionDate(String completionDate)
    • followUpDate

      public UserTaskItem followUpDate(String followUpDate)
    • getFollowUpDate

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

      public void setFollowUpDate(String followUpDate)
    • dueDate

      public UserTaskItem dueDate(String dueDate)
    • getDueDate

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

      public void setDueDate(String dueDate)
    • tenantIds

      public UserTaskItem tenantIds(String tenantIds)
    • getTenantIds

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

      public void setTenantIds(String tenantIds)
    • externalFormReference

      public UserTaskItem externalFormReference(String externalFormReference)
    • getExternalFormReference

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

      public void setExternalFormReference(String externalFormReference)
    • processDefinitionVersion

      public UserTaskItem processDefinitionVersion(Integer processDefinitionVersion)
    • getProcessDefinitionVersion

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

      public void setProcessDefinitionVersion(Integer processDefinitionVersion)
    • customHeaders

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

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

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

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

      public UserTaskItem priority(Integer priority)
    • getPriority

      @Nullable public Integer getPriority()
      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)
    • 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