Class LinkIssueRequestJsonBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.LinkIssueRequestJsonBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LinkIssueRequestJsonBean
extends Object
LinkIssueRequestJsonBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Comment
protected LinkedIssue
protected LinkedIssue
protected IssueLinkType
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LinkIssueRequestJsonBean
(Comment comment, LinkedIssue inwardIssue, LinkedIssue outwardIssue, IssueLinkType type) Constructs a validated instance ofLinkIssueRequestJsonBean
.Constructs a validated instance ofLinkIssueRequestJsonBean
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
comment()
boolean
int
hashCode()
inwardIssue
(LinkedIssue inwardIssue) outwardIssue
(LinkedIssue outwardIssue) toString()
type()
type
(IssueLinkType type)
-
Field Details
-
comment
-
inwardIssue
-
outwardIssue
-
type
-
-
Constructor Details
-
LinkIssueRequestJsonBean
Constructs a validated instance ofLinkIssueRequestJsonBean
.- Parameters:
spec
- the specification to process
-
LinkIssueRequestJsonBean
@Internal public LinkIssueRequestJsonBean(Comment comment, LinkedIssue inwardIssue, LinkedIssue outwardIssue, IssueLinkType type) Constructs a validated instance ofLinkIssueRequestJsonBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LinkIssueRequestJsonBean(Consumer)
instead.- Parameters:
comment
- commentinwardIssue
- inwardIssueoutwardIssue
- outwardIssuetype
- type
-
LinkIssueRequestJsonBean
protected LinkIssueRequestJsonBean()
-
-
Method Details
-
builder
-
comment
-
inwardIssue
-
outwardIssue
-
type
-
comment
- Returns:
this
.
-
inwardIssue
- Returns:
this
.
-
outwardIssue
- Returns:
this
.
-
type
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-