Class ChangedWorklogs
java.lang.Object
io.github.primelib.jira4j.restv3.model.ChangedWorklogs
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChangedWorklogs
extends Object
ChangedWorklogs
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected URIThe URL of the next list of changed worklogs.protected URIThe URL of this changed worklogs list.protected LongThe datetime of the first worklog item in the list.protected LongThe datetime of the last worklog item in the list.protected List<ChangedWorklog>Changed worklog list. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChangedWorklogs(Boolean lastPage, URI nextPage, URI self, Long since, Long until, List<ChangedWorklog> values) Constructs a validated instance ofChangedWorklogs.Constructs a validated instance ofChangedWorklogs. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()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.
-
Field Details
-
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.
-
-
Constructor Details
-
ChangedWorklogs
Constructs a validated instance ofChangedWorklogs.- Parameters:
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.- Parameters:
lastPage- lastPagenextPage- 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()
-
-
Method Details
-
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
- Returns:
this.
-
nextPage
The URL of the next list of changed worklogs.- Returns:
this.
-
self
The URL of this changed worklogs list.- Returns:
this.
-
since
The datetime of the first worklog item in the list.- Returns:
this.
-
until
The datetime of the last worklog item in the list.- Returns:
this.
-
values
Changed worklog list.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-