Class DeleteIssueLinkOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteIssueLinkOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteIssueLinkOperationSpec
extends Object
DeleteIssueLinkSpec
Specification for the DeleteIssueLink operation.
Delete issue link
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DeleteIssueLinkOperationSpec
(String linkId) Constructs a validated instance ofDeleteIssueLinkOperationSpec
.Constructs a validated instance ofDeleteIssueLinkOperationSpec
. -
Method Summary
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
DeleteIssueLinkOperationSpec
Constructs a validated instance ofDeleteIssueLinkOperationSpec
.- Parameters:
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.
- Parameters:
linkId
- The ID of the issue link.
-
DeleteIssueLinkOperationSpec
protected DeleteIssueLinkOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
linkId
The ID of the issue link. -
linkId
The ID of the issue link.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-