Klasse GetIdsOfWorklogsModifiedSinceOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetIdsOfWorklogsModifiedSinceOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetIdsOfWorklogsModifiedSinceOperationSpec
extends Object
GetIdsOfWorklogsModifiedSinceSpec
Specification for the GetIdsOfWorklogsModifiedSince operation.
Get IDs of updated 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
GetIdsOfWorklogsModifiedSinceOperationSpec
(Long since, String expand) Constructs a validated instance ofGetIdsOfWorklogsModifiedSinceOperationSpec
.GetIdsOfWorklogsModifiedSinceOperationSpec
(Consumer<GetIdsOfWorklogsModifiedSinceOperationSpec> spec) Constructs a validated instance ofGetIdsOfWorklogsModifiedSinceOperationSpec
. -
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()
@Nullable Long
since()
The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned.The date and time, as a UNIX timestamp in milliseconds, after which updated 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
-
GetIdsOfWorklogsModifiedSinceOperationSpec
@Internal public GetIdsOfWorklogsModifiedSinceOperationSpec(Consumer<GetIdsOfWorklogsModifiedSinceOperationSpec> spec) Constructs a validated instance ofGetIdsOfWorklogsModifiedSinceOperationSpec
.- Parameter:
spec
- the specification to process
-
GetIdsOfWorklogsModifiedSinceOperationSpec
Constructs a validated instance ofGetIdsOfWorklogsModifiedSinceOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
since
- The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned.expand
- Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptsproperties
that returns the properties of each worklog.
-
GetIdsOfWorklogsModifiedSinceOperationSpec
protected GetIdsOfWorklogsModifiedSinceOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static GetIdsOfWorklogsModifiedSinceOperationSpec.GetIdsOfWorklogsModifiedSinceOperationSpecBuilder builder() -
since
The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned. -
expand
Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptsproperties
that returns the properties of each worklog. -
since
The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned.- Gibt zurück:
this
.
-
expand
Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptsproperties
that returns the properties of each worklog.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-