Klasse Task
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.Task
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Task
extends Object
Task
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedTask()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 ofTask.Constructs a validated instance ofTask. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()assignee()body()static Task.TaskBuilderbuilder()protected booleancompleteDate(Long completeDate) completeUser(String completeUser) createDate(Long createDate) creator()description(String description) dueDate()booleanglobalId()inthashCode()id()status()title()toString()updateDate(Long updateDate)
-
Felddetails
-
globalId
-
id
-
contentId
-
status
-
title
-
description
-
body
-
creator
-
assignee
-
completeUser
-
createDate
-
dueDate
-
updateDate
-
completeDate
-
_links
-
-
Konstruktordetails
-
Task
Constructs a validated instance ofTask.- 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 ofTask.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Task(Consumer)instead.- Parameter:
globalId- globalIdid- idcontentId- contentIdstatus- statustitle- titledescription- descriptionbody- bodycreator- creatorassignee- assigneecompleteUser- completeUsercreateDate- createDatedueDate- dueDateupdateDate- updateDatecompleteDate- completeDate_links- _links
-
Task
protected Task()
-
-
Methodendetails
-
builder
-
globalId
-
id
-
contentId
-
status
-
title
-
description
-
body
-
creator
-
assignee
-
completeUser
-
createDate
-
dueDate
-
updateDate
-
completeDate
-
_links
-
globalId
- Gibt zurück:
this.
-
id
- Gibt zurück:
this.
-
contentId
- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
title
- Gibt zurück:
this.
-
description
- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
creator
- Gibt zurück:
this.
-
assignee
- Gibt zurück:
this.
-
completeUser
- Gibt zurück:
this.
-
createDate
- Gibt zurück:
this.
-
dueDate
- Gibt zurück:
this.
-
updateDate
- Gibt zurück:
this.
-
completeDate
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-