Klasse GetIssueWorklogOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetIssueWorklogOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetIssueWorklogOperationSpec
extends Object
GetIssueWorklogSpec
Specification for the GetIssueWorklog operation.
Get issue worklogs
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetIssueWorklogOperationSpec
(String issueIdOrKey, Long startAt, Integer maxResults, Long startedAfter, Long startedBefore, String expand) Constructs a validated instance ofGetIssueWorklogOperationSpec
.Constructs a validated instance ofGetIssueWorklogOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information about worklogs in the response.Use [expand](#expansion) to include additional information about worklogs in the response.int
hashCode()
@NotNull String
The ID or key of the issue.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.@Nullable Integer
The maximum number of items to return per page.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.@Nullable Long
startAt()
The index of the first item to return in a page of results (page offset).The index of the first item to return in a page of results (page offset).@Nullable Long
The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned.startedAfter
(@Nullable Long startedAfter) The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned.@Nullable Long
The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned.startedBefore
(@Nullable Long startedBefore) The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetIssueWorklogOperationSpec
Constructs a validated instance ofGetIssueWorklogOperationSpec
.- Parameter:
spec
- the specification to process
-
GetIssueWorklogOperationSpec
@Internal public GetIssueWorklogOperationSpec(String issueIdOrKey, Long startAt, Integer maxResults, Long startedAfter, Long startedBefore, String expand) Constructs a validated instance ofGetIssueWorklogOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey
- The ID or key of the issue.startAt
- The index of the first item to return in a page of results (page offset).maxResults
- The maximum number of items to return per page.startedAfter
- The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned.startedBefore
- The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned.expand
- Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptsproperties
, which returns worklog properties.
-
GetIssueWorklogOperationSpec
protected GetIssueWorklogOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
issueIdOrKey
The ID or key of the issue. -
startAt
The index of the first item to return in a page of results (page offset). -
maxResults
The maximum number of items to return per page. -
startedAfter
The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned. -
startedBefore
The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned. -
expand
Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptsproperties
, which returns worklog properties. -
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this
.
-
startAt
The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
The maximum number of items to return per page.- Gibt zurück:
this
.
-
startedAfter
The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned.- Gibt zurück:
this
.
-
startedBefore
The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned.- Gibt zurück:
this
.
-
expand
Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptsproperties
, which returns worklog properties.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-