Klasse LinkGroup
java.lang.Object
io.github.primelib.jira4j.restv3.model.LinkGroup
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LinkGroup
extends Object
LinkGroup
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected SimpleLink
protected String
protected List<SimpleLink>
protected String
protected Integer
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic LinkGroup.LinkGroupBuilder
builder()
protected boolean
boolean
groups()
int
hashCode()
header()
header
(SimpleLink header) id()
links()
links
(List<SimpleLink> links) styleClass
(String styleClass) toString()
weight()
-
Felddetails
-
groups
-
header
-
id
-
links
-
styleClass
-
weight
-
-
Konstruktordetails
-
LinkGroup
Constructs a validated instance ofLinkGroup
.- Parameter:
spec
- the specification to process
-
LinkGroup
@Internal public LinkGroup(List<LinkGroup> groups, SimpleLink header, String id, List<SimpleLink> links, String styleClass, Integer weight) Constructs a validated instance ofLinkGroup
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LinkGroup(Consumer)
instead.- Parameter:
groups
- groupsheader
- headerid
- idlinks
- linksstyleClass
- styleClassweight
- weight
-
LinkGroup
protected LinkGroup()
-
-
Methodendetails
-
builder
-
groups
-
header
-
id
-
links
-
styleClass
-
weight
-
groups
- Gibt zurück:
this
.
-
header
- Gibt zurück:
this
.
-
id
- Gibt zurück:
this
.
-
links
- Gibt zurück:
this
.
-
styleClass
- Gibt zurück:
this
.
-
weight
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-