Klasse DeleteIssueLinkOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteIssueLinkOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteIssueLinkOperationSpec
extends Object
DeleteIssueLinkSpec
Specification for the DeleteIssueLink operation.
Delete issue link
-
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
DeleteIssueLinkOperationSpec
(String linkId) Constructs a validated instance ofDeleteIssueLinkOperationSpec
.Constructs a validated instance ofDeleteIssueLinkOperationSpec
. -
Methodenübersicht
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeleteIssueLinkOperationSpec
Constructs a validated instance ofDeleteIssueLinkOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteIssueLinkOperationSpec
Constructs a validated instance ofDeleteIssueLinkOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
linkId
- The ID of the issue link.
-
DeleteIssueLinkOperationSpec
protected DeleteIssueLinkOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
linkId
The ID of the issue link. -
linkId
The ID of the issue link.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-