Class DeleteRemoteIssueLinkByIdOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteRemoteIssueLinkByIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteRemoteIssueLinkByIdOperationSpec
extends Object
DeleteRemoteIssueLinkByIdSpec
Specification for the DeleteRemoteIssueLinkById operation.
Delete remote issue link by ID
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeleteRemoteIssueLinkByIdOperationSpec(String issueIdOrKey, String linkId) Constructs a validated instance ofDeleteRemoteIssueLinkByIdOperationSpec.Constructs a validated instance ofDeleteRemoteIssueLinkByIdOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()@NotNull StringThe ID or key of the issue.issueIdOrKey(@NotNull String issueIdOrKey) The ID or key of the issue.@NotNull StringlinkId()The ID of a remote issue link.The ID of a remote issue link.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
DeleteRemoteIssueLinkByIdOperationSpec
@Internal public DeleteRemoteIssueLinkByIdOperationSpec(Consumer<DeleteRemoteIssueLinkByIdOperationSpec> spec) Constructs a validated instance ofDeleteRemoteIssueLinkByIdOperationSpec.- Parameters:
spec- the specification to process
-
DeleteRemoteIssueLinkByIdOperationSpec
Constructs a validated instance ofDeleteRemoteIssueLinkByIdOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
issueIdOrKey- The ID or key of the issue.linkId- The ID of a remote issue link.
-
DeleteRemoteIssueLinkByIdOperationSpec
protected DeleteRemoteIssueLinkByIdOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static DeleteRemoteIssueLinkByIdOperationSpec.DeleteRemoteIssueLinkByIdOperationSpecBuilder builder() -
issueIdOrKey
The ID or key of the issue. -
linkId
The ID of a remote issue link. -
issueIdOrKey
The ID or key of the issue.- Returns:
this.
-
linkId
The ID of a remote issue link.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-