Class TMTaskInfo

java.lang.Object
com.ringcentral.definitions.TMTaskInfo

public class TMTaskInfo extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a task
    • creationTime

      public String creationTime
      Task creation date/time in UTC time zone Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      Task the last modified time in UTC time zone Format: date-time
    • type

      public String type
      Task type Enum: Task
    • creator

      public TMTaskInfoCreator creator
    • chatIds

      public String[] chatIds
      Internal identifiers of the chats where the task is posted or shared
    • status

      public String status
      Task execution status Enum: Pending, InProgress, Completed
    • subject

      public String subject
      Task name/subject
    • assignees

      public TMTaskInfoAssignees[] assignees
      Task name/subject
    • completenessCondition

      public String completenessCondition
      How the task completeness should be determined Enum: Simple, AllAssignees, Percentage
    • completenessPercentage

      public Long completenessPercentage
      Current completeness percentage of the task with the specified percentage completeness condition Maximum: 100 Format: int32
    • startDate

      public String startDate
      Task start date Format: date-time
    • dueDate

      public String dueDate
      Task due date/time Format: date-time
    • color

      public String color
      Font color of a post with the current task Enum: Black, Red, Orange, Yellow, Green, Blue, Purple, Magenta
    • section

      public String section
      Task section to group / search by
    • description

      public String description
      Task details
    • recurrence

      public TMTaskInfoRecurrence recurrence
      Task details.
    • attachments

      public TaskAttachment[] attachments
  • Constructor Details

    • TMTaskInfo

      public TMTaskInfo()
  • Method Details