Klasse UpdateRemoteIssueLinkOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateRemoteIssueLinkOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateRemoteIssueLinkOperationSpec
extends Object
UpdateRemoteIssueLinkSpec
Specification for the UpdateRemoteIssueLink operation.
Update remote issue link by ID
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateRemoteIssueLinkOperationSpec(String issueIdOrKey, String linkId, RemoteIssueLinkRequest remoteIssueLinkRequest) Constructs a validated instance ofUpdateRemoteIssueLinkOperationSpec.Constructs a validated instance ofUpdateRemoteIssueLinkOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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 the remote issue link.The ID of the remote issue link.@NotNull RemoteIssueLinkRequestremoteIssueLinkRequest(@NotNull RemoteIssueLinkRequest remoteIssueLinkRequest) toString()voidvalidate()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
-
UpdateRemoteIssueLinkOperationSpec
@Internal public UpdateRemoteIssueLinkOperationSpec(Consumer<UpdateRemoteIssueLinkOperationSpec> spec) Constructs a validated instance ofUpdateRemoteIssueLinkOperationSpec.- Parameter:
spec- the specification to process
-
UpdateRemoteIssueLinkOperationSpec
@Internal public UpdateRemoteIssueLinkOperationSpec(String issueIdOrKey, String linkId, RemoteIssueLinkRequest remoteIssueLinkRequest) Constructs a validated instance ofUpdateRemoteIssueLinkOperationSpec.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 the remote issue link.remoteIssueLinkRequest-
-
UpdateRemoteIssueLinkOperationSpec
protected UpdateRemoteIssueLinkOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateRemoteIssueLinkOperationSpec.UpdateRemoteIssueLinkOperationSpecBuilder builder() -
issueIdOrKey
The ID or key of the issue. -
linkId
The ID of the remote issue link. -
remoteIssueLinkRequest
-
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this.
-
linkId
The ID of the remote issue link.- Gibt zurück:
this.
-
remoteIssueLinkRequest
public UpdateRemoteIssueLinkOperationSpec remoteIssueLinkRequest(@NotNull @NotNull RemoteIssueLinkRequest remoteIssueLinkRequest) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-