Class CreateOrUpdateRemoteIssueLinkOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.CreateOrUpdateRemoteIssueLinkOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateOrUpdateRemoteIssueLinkOperationSpec
extends Object
CreateOrUpdateRemoteIssueLinkSpec
Specification for the CreateOrUpdateRemoteIssueLink operation.
Create or update remote 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
CreateOrUpdateRemoteIssueLinkOperationSpec
(String issueIdOrKey, RemoteIssueLinkRequest remoteIssueLinkRequest) Constructs a validated instance ofCreateOrUpdateRemoteIssueLinkOperationSpec
.CreateOrUpdateRemoteIssueLinkOperationSpec
(Consumer<CreateOrUpdateRemoteIssueLinkOperationSpec> spec) Constructs a validated instance ofCreateOrUpdateRemoteIssueLinkOperationSpec
. -
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 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
-
CreateOrUpdateRemoteIssueLinkOperationSpec
@Internal public CreateOrUpdateRemoteIssueLinkOperationSpec(Consumer<CreateOrUpdateRemoteIssueLinkOperationSpec> spec) Constructs a validated instance ofCreateOrUpdateRemoteIssueLinkOperationSpec
.- Parameters:
spec
- the specification to process
-
CreateOrUpdateRemoteIssueLinkOperationSpec
@Internal public CreateOrUpdateRemoteIssueLinkOperationSpec(String issueIdOrKey, RemoteIssueLinkRequest remoteIssueLinkRequest) Constructs a validated instance ofCreateOrUpdateRemoteIssueLinkOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
issueIdOrKey
- The ID or key of the issue.remoteIssueLinkRequest
-
-
CreateOrUpdateRemoteIssueLinkOperationSpec
protected CreateOrUpdateRemoteIssueLinkOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static CreateOrUpdateRemoteIssueLinkOperationSpec.CreateOrUpdateRemoteIssueLinkOperationSpecBuilder builder() -
issueIdOrKey
The ID or key of the issue. -
remoteIssueLinkRequest
-
issueIdOrKey
public CreateOrUpdateRemoteIssueLinkOperationSpec issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this
.
-
remoteIssueLinkRequest
public CreateOrUpdateRemoteIssueLinkOperationSpec remoteIssueLinkRequest(@NotNull @NotNull RemoteIssueLinkRequest remoteIssueLinkRequest) - Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-