Klasse ChangedWorklogs
java.lang.Object
io.github.primelib.jira4j.restv3.model.ChangedWorklogs
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChangedWorklogs
extends Object
ChangedWorklogs
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Boolean
protected URI
The URL of the next list of changed worklogs.protected URI
The URL of this changed worklogs list.protected Long
The datetime of the first worklog item in the list.protected Long
The datetime of the last worklog item in the list.protected List<ChangedWorklog>
Changed worklog list. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ChangedWorklogs
(Boolean lastPage, URI nextPage, URI self, Long since, Long until, List<ChangedWorklog> values) Constructs a validated instance ofChangedWorklogs
.Constructs a validated instance ofChangedWorklogs
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
lastPage()
nextPage()
The URL of the next list of changed worklogs.The URL of the next list of changed worklogs.self()
The URL of this changed worklogs list.The URL of this changed worklogs list.since()
The datetime of the first worklog item in the list.The datetime of the first worklog item in the list.toString()
until()
The datetime of the last worklog item in the list.The datetime of the last worklog item in the list.values()
Changed worklog list.values
(List<ChangedWorklog> values) Changed worklog list.
-
Felddetails
-
lastPage
-
nextPage
The URL of the next list of changed worklogs. -
self
The URL of this changed worklogs list. -
since
The datetime of the first worklog item in the list. -
until
The datetime of the last worklog item in the list. -
values
Changed worklog list.
-
-
Konstruktordetails
-
ChangedWorklogs
Constructs a validated instance ofChangedWorklogs
.- Parameter:
spec
- the specification to process
-
ChangedWorklogs
@Internal public ChangedWorklogs(Boolean lastPage, URI nextPage, URI self, Long since, Long until, List<ChangedWorklog> values) Constructs a validated instance ofChangedWorklogs
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ChangedWorklogs(Consumer)
instead.- Parameter:
lastPage
- var.namenextPage
- The URL of the next list of changed worklogs.self
- The URL of this changed worklogs list.since
- The datetime of the first worklog item in the list.until
- The datetime of the last worklog item in the list.values
- Changed worklog list.
-
ChangedWorklogs
protected ChangedWorklogs()
-
-
Methodendetails
-
builder
-
lastPage
-
nextPage
The URL of the next list of changed worklogs. -
self
The URL of this changed worklogs list. -
since
The datetime of the first worklog item in the list. -
until
The datetime of the last worklog item in the list. -
values
Changed worklog list. -
lastPage
- Gibt zurück:
this
.
-
nextPage
The URL of the next list of changed worklogs.- Gibt zurück:
this
.
-
self
The URL of this changed worklogs list.- Gibt zurück:
this
.
-
since
The datetime of the first worklog item in the list.- Gibt zurück:
this
.
-
until
The datetime of the last worklog item in the list.- Gibt zurück:
this
.
-
values
Changed worklog list.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-