Class UpdateRemoteIssueLinkOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.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
-
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
UpdateRemoteIssueLinkOperationSpec
(String issueIdOrKey, String linkId, RemoteIssueLinkRequest remoteIssueLinkRequest) Constructs a validated instance ofUpdateRemoteIssueLinkOperationSpec
.Constructs a validated instance ofUpdateRemoteIssueLinkOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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 the remote issue link.The ID of the remote issue link.@NotNull RemoteIssueLinkRequest
remoteIssueLinkRequest
(@NotNull RemoteIssueLinkRequest remoteIssueLinkRequest) toString()
void
validate()
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
-
UpdateRemoteIssueLinkOperationSpec
@Internal public UpdateRemoteIssueLinkOperationSpec(Consumer<UpdateRemoteIssueLinkOperationSpec> spec) Constructs a validated instance ofUpdateRemoteIssueLinkOperationSpec
.- Parameters:
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.
- Parameters:
issueIdOrKey
- The ID or key of the issue.linkId
- The ID of the remote issue link.remoteIssueLinkRequest
-
-
UpdateRemoteIssueLinkOperationSpec
protected UpdateRemoteIssueLinkOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
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.- Returns:
this
.
-
linkId
The ID of the remote issue link.- Returns:
this
.
-
remoteIssueLinkRequest
public UpdateRemoteIssueLinkOperationSpec remoteIssueLinkRequest(@NotNull @NotNull RemoteIssueLinkRequest remoteIssueLinkRequest) - Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-