All Implemented Interfaces:
Serializable

public class Task extends PlannerApiResource implements Serializable
Class representing a task (for workflows) in Planner REST Service.
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      id of the Task
    • setId

      public void setId(String id)
    • getWorkitemId

      public String getWorkitemId()
      workitemId of the Task
    • setWorkitemId

      public void setWorkitemId(String workitemId)
    • getTodoId

      public String getTodoId()
      todoId of the Task
    • setTodoId

      public void setTodoId(String todoId)
    • getActionId

      public String getActionId()
      actionId of the Task
    • setActionId

      public void setActionId(String actionId)
    • getPersonId

      public String getPersonId()
      personId of the Task
    • setPersonId

      public void setPersonId(String personId)
    • getStartdate

      public Date getStartdate()
      startdate of the Task
    • setStartdate

      public void setStartdate(Date startdate)
    • getEnddate

      public Date getEnddate()
      enddate of the Task
    • setEnddate

      public void setEnddate(Date enddate)
    • getObjectid

      public String getObjectid()
      objectid of the Task
    • setObjectid

      public void setObjectid(String objectid)
    • getObjecttype

      public String getObjecttype()
      objecttype of the Task
    • setObjecttype

      public void setObjecttype(String objecttype)
    • getDescription

      public String getDescription()
      description of the Task
    • setDescription

      public void setDescription(String description)
    • isActive

      public boolean isActive()
      active flag of the Task
    • setActive

      public void setActive(boolean active)
    • getFinisheddate

      public Date getFinisheddate()
      finisheddate of the Task
    • setFinisheddate

      public void setFinisheddate(Date finisheddate)
    • getSetId

      public String getSetId()
      setId of the Task
    • setSetId

      public void setSetId(String setId)
    • getEmailText

      public String getEmailText()
      emailText of the Task
    • setEmailText

      public void setEmailText(String emailText)
    • getSort

      public Integer getSort()
      sort order of the Task
    • setSort

      public void setSort(Integer sort)
    • getCreatedby

      public String getCreatedby()
      person who created the Task
    • setCreatedby

      public void setCreatedby(String createdby)
    • getCreatedon

      public Date getCreatedon()
      date of creation of the Task
    • setCreatedon

      public void setCreatedon(Date createdon)
    • getUpdatedby

      public String getUpdatedby()
      last person who updated the Task
    • setUpdatedby

      public void setUpdatedby(String updatedby)
    • getUpdatedon

      public Date getUpdatedon()
      date of last update of the Task
    • setUpdatedon

      public void setUpdatedon(Date updatedon)
    • getDatasetname

      public String getDatasetname()
      datasetname of the Task
    • setDatasetname

      public void setDatasetname(String datasetname)
    • getLinks

      public List<Link> getLinks()
      links of the Task