Klasse UpdateTaskRequest.UpdateTaskRequestBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdateTaskRequest.UpdateTaskRequestBuilder
- Umschließende Klasse:
UpdateTaskRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungassignedTo
(String assignedTo) Account ID of the user to whom this task is assigned.blogPostId
(String blogPostId) ID of the blog post the task is in.build()
completedAt
(OffsetDateTime completedAt) Date and time when the task was completed.completedBy
(String completedBy) Account ID of the user who completed this task.createdAt
(OffsetDateTime createdAt) Date and time when the task was created.Account ID of the user who created this task.dueAt
(OffsetDateTime dueAt) Date and time when the task is due.ID of the task.Local ID of the task.ID of the page the task is in.ID of the space the task is in.status
(UpdateTaskRequest.StatusEnum status) Status of the task.toString()
updatedAt
(OffsetDateTime updatedAt) Date and time when the task was updated.
-
Methodendetails
-
id
ID of the task.- Gibt zurück:
this
.
-
localId
Local ID of the task. This ID is local to the corresponding page or blog post.- Gibt zurück:
this
.
-
spaceId
ID of the space the task is in.- Gibt zurück:
this
.
-
pageId
ID of the page the task is in.- Gibt zurück:
this
.
-
blogPostId
ID of the blog post the task is in.- Gibt zurück:
this
.
-
status
Status of the task.- Gibt zurück:
this
.
-
createdBy
Account ID of the user who created this task.- Gibt zurück:
this
.
-
assignedTo
Account ID of the user to whom this task is assigned.- Gibt zurück:
this
.
-
completedBy
Account ID of the user who completed this task.- Gibt zurück:
this
.
-
createdAt
Date and time when the task was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".- Gibt zurück:
this
.
-
updatedAt
Date and time when the task was updated. In format "YYYY-MM-DDTHH:mm:ss.sssZ".- Gibt zurück:
this
.
-
dueAt
Date and time when the task is due. In format "YYYY-MM-DDTHH:mm:ss.sssZ".- Gibt zurück:
this
.
-
completedAt
Date and time when the task was completed. In format "YYYY-MM-DDTHH:mm:ss.sssZ".- Gibt zurück:
this
.
-
build
-
toString
-