Klasse DeleteRemoteIssueLinkByIdOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.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
-
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
DeleteRemoteIssueLinkByIdOperationSpec
(String issueIdOrKey, String linkId) Constructs a validated instance ofDeleteRemoteIssueLinkByIdOperationSpec
.Constructs a validated instance ofDeleteRemoteIssueLinkByIdOperationSpec
. -
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
linkId()
The ID of a remote issue link.The ID of a remote issue link.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
-
DeleteRemoteIssueLinkByIdOperationSpec
@Internal public DeleteRemoteIssueLinkByIdOperationSpec(Consumer<DeleteRemoteIssueLinkByIdOperationSpec> spec) Constructs a validated instance ofDeleteRemoteIssueLinkByIdOperationSpec
.- Parameter:
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.
- Parameter:
issueIdOrKey
- The ID or key of the issue.linkId
- The ID of a remote issue link.
-
DeleteRemoteIssueLinkByIdOperationSpec
protected DeleteRemoteIssueLinkByIdOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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.- Gibt zurück:
this
.
-
linkId
The ID of a remote issue link.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-