Klasse LinkIssueRequestJsonBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.LinkIssueRequestJsonBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LinkIssueRequestJsonBean
extends Object
LinkIssueRequestJsonBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Comment
protected LinkedIssue
protected LinkedIssue
protected IssueLinkType
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
LinkIssueRequestJsonBean
(Comment comment, LinkedIssue inwardIssue, LinkedIssue outwardIssue, IssueLinkType type) Constructs a validated instance ofLinkIssueRequestJsonBean
.Constructs a validated instance ofLinkIssueRequestJsonBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
comment()
boolean
int
hashCode()
inwardIssue
(LinkedIssue inwardIssue) outwardIssue
(LinkedIssue outwardIssue) toString()
type()
type
(IssueLinkType type)
-
Felddetails
-
comment
-
inwardIssue
-
outwardIssue
-
type
-
-
Konstruktordetails
-
LinkIssueRequestJsonBean
Constructs a validated instance ofLinkIssueRequestJsonBean
.- Parameter:
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.- Parameter:
comment
- var.nameinwardIssue
- var.nameoutwardIssue
- var.nametype
- var.name
-
LinkIssueRequestJsonBean
protected LinkIssueRequestJsonBean()
-
-
Methodendetails
-
builder
-
comment
-
inwardIssue
-
outwardIssue
-
type
-
comment
- Gibt zurück:
this
.
-
inwardIssue
- Gibt zurück:
this
.
-
outwardIssue
- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-