Klasse SetWorklogPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.SetWorklogPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SetWorklogPropertyOperationSpec
extends Object
SetWorklogPropertySpec
Specification for the SetWorklogProperty operation.
Set worklog property
-
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
SetWorklogPropertyOperationSpec
(String issueIdOrKey, String worklogId, String propertyKey, Object body) Constructs a validated instance ofSetWorklogPropertyOperationSpec
.Constructs a validated instance ofSetWorklogPropertyOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull Object
body()
builder()
protected boolean
boolean
int
hashCode()
@NotNull String
The ID or key of the issue.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.@NotNull String
The key of the issue property.propertyKey
(@NotNull String propertyKey) The key of the issue property.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@NotNull String
The ID of the worklog.The ID of the worklog.
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
SetWorklogPropertyOperationSpec
Constructs a validated instance ofSetWorklogPropertyOperationSpec
.- Parameter:
spec
- the specification to process
-
SetWorklogPropertyOperationSpec
@Internal public SetWorklogPropertyOperationSpec(String issueIdOrKey, String worklogId, String propertyKey, Object body) Constructs a validated instance ofSetWorklogPropertyOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey
- The ID or key of the issue.worklogId
- The ID of the worklog.propertyKey
- The key of the issue property. The maximum length is 255 characters.body
-
-
SetWorklogPropertyOperationSpec
protected SetWorklogPropertyOperationSpec()
-
-
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. -
worklogId
The ID of the worklog. -
propertyKey
The key of the issue property. The maximum length is 255 characters. -
body
-
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this
.
-
worklogId
The ID of the worklog.- Gibt zurück:
this
.
-
propertyKey
The key of the issue property. The maximum length is 255 characters.- Gibt zurück:
this
.
-
body
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-