Klasse DeleteIssueOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteIssueOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteIssueOperationSpec
extends Object
DeleteIssueSpec
Specification for the DeleteIssue operation.
Delete issue
-
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
DeleteIssueOperationSpec
(String issueIdOrKey, String deleteSubtasks) Constructs a validated instance ofDeleteIssueOperationSpec
.Constructs a validated instance ofDeleteIssueOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@Nullable String
Whether the issue's subtasks are deleted when the issue is deleted.deleteSubtasks
(@Nullable String deleteSubtasks) Whether the issue's subtasks are deleted when the issue is deleted.boolean
int
hashCode()
@NotNull String
The ID or key of the issue.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.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
-
DeleteIssueOperationSpec
Constructs a validated instance ofDeleteIssueOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteIssueOperationSpec
Constructs a validated instance ofDeleteIssueOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey
- The ID or key of the issue.deleteSubtasks
- Whether the issue's subtasks are deleted when the issue is deleted.
-
DeleteIssueOperationSpec
protected DeleteIssueOperationSpec()
-
-
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. -
deleteSubtasks
Whether the issue's subtasks are deleted when the issue is deleted. -
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this
.
-
deleteSubtasks
Whether the issue's subtasks are deleted when the issue is deleted.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-