Klasse Task.TaskBuilder

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.Task.TaskBuilder
Umschließende Klasse:
Task

public static class Task.TaskBuilder extends Object
  • Methodendetails

    • id

      public Task.TaskBuilder id(String id)
      ID of the task.
      Gibt zurück:
      this.
    • localId

      public Task.TaskBuilder localId(String localId)
      Local ID of the task. This ID is local to the corresponding page or blog post.
      Gibt zurück:
      this.
    • spaceId

      public Task.TaskBuilder spaceId(String spaceId)
      ID of the space the task is in.
      Gibt zurück:
      this.
    • pageId

      public Task.TaskBuilder pageId(String pageId)
      ID of the page the task is in.
      Gibt zurück:
      this.
    • blogPostId

      public Task.TaskBuilder blogPostId(String blogPostId)
      ID of the blog post the task is in.
      Gibt zurück:
      this.
    • status

      public Task.TaskBuilder status(Task.StatusEnum status)
      Status of the task.
      Gibt zurück:
      this.
    • body

      public Task.TaskBuilder body(TaskBodySingle body)
      Gibt zurück:
      this.
    • createdBy

      public Task.TaskBuilder createdBy(String createdBy)
      Account ID of the user who created this task.
      Gibt zurück:
      this.
    • assignedTo

      public Task.TaskBuilder assignedTo(String assignedTo)
      Account ID of the user to whom this task is assigned.
      Gibt zurück:
      this.
    • completedBy

      public Task.TaskBuilder completedBy(String completedBy)
      Account ID of the user who completed this task.
      Gibt zurück:
      this.
    • createdAt

      public Task.TaskBuilder createdAt(OffsetDateTime createdAt)
      Date and time when the task was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      Gibt zurück:
      this.
    • updatedAt

      public Task.TaskBuilder updatedAt(OffsetDateTime updatedAt)
      Date and time when the task was updated. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      Gibt zurück:
      this.
    • dueAt

      public Task.TaskBuilder dueAt(OffsetDateTime dueAt)
      Date and time when the task is due. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      Gibt zurück:
      this.
    • completedAt

      public Task.TaskBuilder completedAt(OffsetDateTime completedAt)
      Date and time when the task was completed. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      Gibt zurück:
      this.
    • build

      public Task build()
    • toString

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