Class LinkIssuesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.LinkIssuesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LinkIssuesOperationSpec
extends Object
LinkIssuesSpec
Specification for the LinkIssues operation.
Create issue link
-
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
ConstructorsModifierConstructorDescriptionprotectedLinkIssuesOperationSpec(LinkIssueRequestJsonBean linkIssueRequestJsonBean) Constructs a validated instance ofLinkIssuesOperationSpec.Constructs a validated instance ofLinkIssuesOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()@NotNull LinkIssueRequestJsonBeanThe issue link request.linkIssueRequestJsonBean(@NotNull LinkIssueRequestJsonBean linkIssueRequestJsonBean) The issue link request.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
-
LinkIssuesOperationSpec
Constructs a validated instance ofLinkIssuesOperationSpec.- Parameters:
spec- the specification to process
-
LinkIssuesOperationSpec
Constructs a validated instance ofLinkIssuesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
linkIssueRequestJsonBean- The issue link request.
-
LinkIssuesOperationSpec
protected LinkIssuesOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
linkIssueRequestJsonBean
The issue link request. -
linkIssueRequestJsonBean
public LinkIssuesOperationSpec linkIssueRequestJsonBean(@NotNull @NotNull LinkIssueRequestJsonBean linkIssueRequestJsonBean) The issue link request.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-