Klasse UpdateTaskRequest

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdateTaskRequest

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

    • id

      protected String id
      ID of the task.
    • localId

      protected String localId
      Local ID of the task. This ID is local to the corresponding page or blog post.
    • spaceId

      protected String spaceId
      ID of the space the task is in.
    • pageId

      protected String pageId
      ID of the page the task is in.
    • blogPostId

      protected String blogPostId
      ID of the blog post the task is in.
    • status

      protected UpdateTaskRequest.StatusEnum status
      Status of the task.
    • createdBy

      protected String createdBy
      Account ID of the user who created this task.
    • assignedTo

      protected String assignedTo
      Account ID of the user to whom this task is assigned.
    • completedBy

      protected String completedBy
      Account ID of the user who completed this task.
    • createdAt

      protected OffsetDateTime createdAt
      Date and time when the task was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • updatedAt

      protected OffsetDateTime updatedAt
      Date and time when the task was updated. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • dueAt

      protected OffsetDateTime dueAt
      Date and time when the task is due. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • completedAt

      protected OffsetDateTime completedAt
      Date and time when the task was completed. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
  • Konstruktordetails

    • UpdateTaskRequest

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

      @Internal public UpdateTaskRequest(String id, String localId, String spaceId, String pageId, String blogPostId, UpdateTaskRequest.StatusEnum status, String createdBy, String assignedTo, String completedBy, OffsetDateTime createdAt, OffsetDateTime updatedAt, OffsetDateTime dueAt, OffsetDateTime completedAt)
      Constructs a validated instance of UpdateTaskRequest.

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

      Parameter:
      id - ID of the task.
      localId - Local ID of the task. This ID is local to the corresponding page or blog post.
      spaceId - ID of the space the task is in.
      pageId - ID of the page the task is in.
      blogPostId - ID of the blog post the task is in.
      status - Status of the task.
      createdBy - Account ID of the user who created this task.
      assignedTo - Account ID of the user to whom this task is assigned.
      completedBy - Account ID of the user who completed this task.
      createdAt - Date and time when the task was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      updatedAt - Date and time when the task was updated. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      dueAt - Date and time when the task is due. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      completedAt - Date and time when the task was completed. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • UpdateTaskRequest

      protected UpdateTaskRequest()
  • Methodendetails

    • builder

    • id

      public String id()
      ID of the task.
    • localId

      public String localId()
      Local ID of the task. This ID is local to the corresponding page or blog post.
    • spaceId

      public String spaceId()
      ID of the space the task is in.
    • pageId

      public String pageId()
      ID of the page the task is in.
    • blogPostId

      public String blogPostId()
      ID of the blog post the task is in.
    • status

      Status of the task.
    • createdBy

      public String createdBy()
      Account ID of the user who created this task.
    • assignedTo

      public String assignedTo()
      Account ID of the user to whom this task is assigned.
    • completedBy

      public String completedBy()
      Account ID of the user who completed this task.
    • createdAt

      public OffsetDateTime createdAt()
      Date and time when the task was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • updatedAt

      public OffsetDateTime updatedAt()
      Date and time when the task was updated. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • dueAt

      public OffsetDateTime dueAt()
      Date and time when the task is due. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • completedAt

      public OffsetDateTime completedAt()
      Date and time when the task was completed. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    • id

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

      public UpdateTaskRequest 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 UpdateTaskRequest spaceId(String spaceId)
      ID of the space the task is in.
      Gibt zurück:
      this.
    • pageId

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

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

      Status of the task.
      Gibt zurück:
      this.
    • createdBy

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

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

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

      public UpdateTaskRequest 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 UpdateTaskRequest 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 UpdateTaskRequest 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 UpdateTaskRequest completedAt(OffsetDateTime completedAt)
      Date and time when the task was completed. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
      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