Klasse ChangedWorklog
java.lang.Object
io.github.primelib.jira4j.restv3.model.ChangedWorklog
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChangedWorklog
extends Object
ChangedWorklog
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<EntityProperty>
Details of properties associated with the change.protected Long
The datetime of the change.protected Long
The ID of the worklog. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ChangedWorklog
(Consumer<ChangedWorklog> spec) Constructs a validated instance ofChangedWorklog
.ChangedWorklog
(List<EntityProperty> properties, Long updatedTime, Long worklogId) Constructs a validated instance ofChangedWorklog
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
Details of properties associated with the change.properties
(List<EntityProperty> properties) Details of properties associated with the change.toString()
The datetime of the change.updatedTime
(Long updatedTime) The datetime of the change.The ID of the worklog.The ID of the worklog.
-
Felddetails
-
properties
Details of properties associated with the change. -
updatedTime
The datetime of the change. -
worklogId
The ID of the worklog.
-
-
Konstruktordetails
-
ChangedWorklog
Constructs a validated instance ofChangedWorklog
.- Parameter:
spec
- the specification to process
-
ChangedWorklog
Constructs a validated instance ofChangedWorklog
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ChangedWorklog(Consumer)
instead.- Parameter:
properties
- Details of properties associated with the change.updatedTime
- The datetime of the change.worklogId
- The ID of the worklog.
-
ChangedWorklog
protected ChangedWorklog()
-
-
Methodendetails
-
builder
-
properties
Details of properties associated with the change. -
updatedTime
The datetime of the change. -
worklogId
The ID of the worklog. -
properties
Details of properties associated with the change.- Gibt zurück:
this
.
-
updatedTime
The datetime of the change.- Gibt zurück:
this
.
-
worklogId
The ID of the worklog.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-