Class Task
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Task
Task
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTask()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 ofTask.Constructs a validated instance ofTask. -
Method Summary
Modifier and TypeMethodDescriptionassignee()body()protected booleancompleteDate(Long completeDate) completeUser(String completeUser) createDate(Long createDate) creator()description(String description) dueDate()booleanglobalId()inthashCode()id()Links()status()title()toString()updateDate(Long updateDate)
-
Field Details
-
globalId
-
id
-
contentId
-
status
-
title
-
description
-
body
-
creator
-
assignee
-
completeUser
-
createDate
-
dueDate
-
updateDate
-
completeDate
-
Links
-
-
Constructor Details
-
Task
Constructs a validated instance ofTask.- 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 ofTask.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Task(Consumer)instead.- Parameters:
globalId- globalIdid- idcontentId- contentIdstatus- statustitle- titledescription- descriptionbody- bodycreator- creatorassignee- assigneecompleteUser- completeUsercreateDate- createDatedueDate- dueDateupdateDate- updateDatecompleteDate- completeDateLinks- Links
-
Task
protected Task()
-
-
Method Details
-
globalId
-
id
-
contentId
-
status
-
title
-
description
-
body
-
creator
-
assignee
-
completeUser
-
createDate
-
dueDate
-
updateDate
-
completeDate
-
Links
-
globalId
- Returns:
this.
-
id
- Returns:
this.
-
contentId
- Returns:
this.
-
status
- Returns:
this.
-
title
- Returns:
this.
-
description
- Returns:
this.
-
body
- Returns:
this.
-
creator
- Returns:
this.
-
assignee
- Returns:
this.
-
completeUser
- Returns:
this.
-
createDate
- Returns:
this.
-
dueDate
- Returns:
this.
-
updateDate
- Returns:
this.
-
completeDate
- Returns:
this.
-
Links
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-