Class GetIdsOfWorklogsModifiedSinceOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGetIdsOfWorklogsModifiedSinceOperationSpec(Long since, String expand) Constructs a validated instance ofGetIdsOfWorklogsModifiedSinceOperationSpec.GetIdsOfWorklogsModifiedSinceOperationSpec(Consumer<GetIdsOfWorklogsModifiedSinceOperationSpec> spec) Constructs a validated instance ofGetIdsOfWorklogsModifiedSinceOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanboolean@Nullable Stringexpand()Use [expand](#expansion) to include additional information about worklogs in the response.Use [expand](#expansion) to include additional information about worklogs in the response.inthashCode()@Nullable Longsince()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()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetIdsOfWorklogsModifiedSinceOperationSpec
@Internal public GetIdsOfWorklogsModifiedSinceOperationSpec(Consumer<GetIdsOfWorklogsModifiedSinceOperationSpec> spec) Constructs a validated instance ofGetIdsOfWorklogsModifiedSinceOperationSpec.- Parameters:
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.
- Parameters:
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 acceptspropertiesthat returns the properties of each worklog.
-
GetIdsOfWorklogsModifiedSinceOperationSpec
protected GetIdsOfWorklogsModifiedSinceOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
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 acceptspropertiesthat returns the properties of each worklog. -
since
The date and time, as a UNIX timestamp in milliseconds, after which updated worklogs are returned.- Returns:
this.
-
expand
Use [expand](#expansion) to include additional information about worklogs in the response. This parameter acceptspropertiesthat returns the properties of each worklog.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-