Klasse DeleteWorklogPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteWorklogPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteWorklogPropertyOperationSpec
extends Object
DeleteWorklogPropertySpec
Specification for the DeleteWorklogProperty operation.
Delete 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
DeleteWorklogPropertyOperationSpec
(String issueIdOrKey, String worklogId, String propertyKey) Constructs a validated instance ofDeleteWorklogPropertyOperationSpec
.Constructs a validated instance ofDeleteWorklogPropertyOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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 property.propertyKey
(@NotNull String propertyKey) The key of the 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
-
DeleteWorklogPropertyOperationSpec
@Internal public DeleteWorklogPropertyOperationSpec(Consumer<DeleteWorklogPropertyOperationSpec> spec) Constructs a validated instance ofDeleteWorklogPropertyOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteWorklogPropertyOperationSpec
@Internal public DeleteWorklogPropertyOperationSpec(String issueIdOrKey, String worklogId, String propertyKey) Constructs a validated instance ofDeleteWorklogPropertyOperationSpec
.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 property.
-
DeleteWorklogPropertyOperationSpec
protected DeleteWorklogPropertyOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteWorklogPropertyOperationSpec.DeleteWorklogPropertyOperationSpecBuilder builder() -
issueIdOrKey
The ID or key of the issue. -
worklogId
The ID of the worklog. -
propertyKey
The key of the property. -
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 property.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-