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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Task extends Object
Task
  • Felddetails

    • 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
  • Konstruktordetails

    • Task

      public Task(Consumer<Task> spec)
      Constructs a validated instance of Task.
      Parameter:
      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,String> _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.

      Parameter:
      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()
  • Methodendetails

    • builder

      public static Task.TaskBuilder builder()
    • 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,String> _links()
    • globalId

      public Task globalId(Long globalId)
      Gibt zurück:
      this.
    • id

      public Task id(Long id)
      Gibt zurück:
      this.
    • contentId

      public Task contentId(Long contentId)
      Gibt zurück:
      this.
    • status

      public Task status(String status)
      Gibt zurück:
      this.
    • title

      public Task title(String title)
      Gibt zurück:
      this.
    • description

      public Task description(String description)
      Gibt zurück:
      this.
    • body

      public Task body(String body)
      Gibt zurück:
      this.
    • creator

      public Task creator(String creator)
      Gibt zurück:
      this.
    • assignee

      public Task assignee(String assignee)
      Gibt zurück:
      this.
    • completeUser

      public Task completeUser(String completeUser)
      Gibt zurück:
      this.
    • createDate

      public Task createDate(Long createDate)
      Gibt zurück:
      this.
    • dueDate

      public Task dueDate(Long dueDate)
      Gibt zurück:
      this.
    • updateDate

      public Task updateDate(Long updateDate)
      Gibt zurück:
      this.
    • completeDate

      public Task completeDate(Long completeDate)
      Gibt zurück:
      this.
    • _links

      public Task _links(Map<String,String> _links)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object