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 SimpleLinkprotected Stringprotected List<SimpleLink>protected Stringprotected Integer -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic LinkGroup.LinkGroupBuilderbuilder()protected booleanbooleangroups()inthashCode()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- var.nameheader- var.nameid- var.namelinks- var.namestyleClass- var.nameweight- var.name
-
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
-