java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Task

@Generated("io.github.primelib.primecodegen") public class Task extends Object
Task
  • Field Details

    • globalId

      protected Long globalId
    • id

      protected Long id
    • contentId

      protected Long contentId
    • status

      protected String status
    • title

      protected String title
    • description

      protected String description
    • body

      protected String body
    • creator

      protected String creator
    • assignee

      protected String assignee
    • completeUser

      protected String completeUser
    • createDate

      protected Long createDate
    • dueDate

      protected Long dueDate
    • updateDate

      protected Long updateDate
    • completeDate

      protected Long completeDate
  • Constructor Details

    • Task

      public Task(Consumer<Task> spec)
      Constructs a validated instance of Task.
      Parameters:
      spec - the specification to process
    • Task

      @Internal public Task(Long globalId, Long id, Long contentId, String status, String title, String description, String body, String creator, String assignee, String completeUser, Long createDate, Long dueDate, Long updateDate, Long completeDate, Map<String,Object> Links)
      Constructs a validated instance of Task.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Task(Consumer) instead.

      Parameters:
      globalId - globalId
      id - id
      contentId - contentId
      status - status
      title - title
      description - description
      body - body
      creator - creator
      assignee - assignee
      completeUser - completeUser
      createDate - createDate
      dueDate - dueDate
      updateDate - updateDate
      completeDate - completeDate
      Links - Links
    • Task

      protected Task()
  • Method Details

    • globalId

      public Long globalId()
    • id

      public Long id()
    • contentId

      public Long contentId()
    • status

      public String status()
    • title

      public String title()
    • description

      public String description()
    • body

      public String body()
    • creator

      public String creator()
    • assignee

      public String assignee()
    • completeUser

      public String completeUser()
    • createDate

      public Long createDate()
    • dueDate

      public Long dueDate()
    • updateDate

      public Long updateDate()
    • completeDate

      public Long completeDate()
    • Links

      public Map<String,Object> Links()
    • globalId

      public Task globalId(Long globalId)
      Returns:
      this.
    • id

      public Task id(Long id)
      Returns:
      this.
    • contentId

      public Task contentId(Long contentId)
      Returns:
      this.
    • status

      public Task status(String status)
      Returns:
      this.
    • title

      public Task title(String title)
      Returns:
      this.
    • description

      public Task description(String description)
      Returns:
      this.
    • body

      public Task body(String body)
      Returns:
      this.
    • creator

      public Task creator(String creator)
      Returns:
      this.
    • assignee

      public Task assignee(String assignee)
      Returns:
      this.
    • completeUser

      public Task completeUser(String completeUser)
      Returns:
      this.
    • createDate

      public Task createDate(Long createDate)
      Returns:
      this.
    • dueDate

      public Task dueDate(Long dueDate)
      Returns:
      this.
    • updateDate

      public Task updateDate(Long updateDate)
      Returns:
      this.
    • completeDate

      public Task completeDate(Long completeDate)
      Returns:
      this.
    • Links

      public Task Links(Map<String,Object> Links)
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object