Class LinkGroup
java.lang.Object
io.github.primelib.jira4j.restv2.model.LinkGroup
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LinkGroup
extends Object
LinkGroup
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SimpleLink
protected String
protected List<SimpleLink>
protected String
protected Integer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LinkGroup.LinkGroupBuilder
builder()
protected boolean
boolean
groups()
int
hashCode()
header()
header
(SimpleLink header) id()
links()
links
(List<SimpleLink> links) styleClass
(String styleClass) toString()
weight()
-
Field Details
-
groups
-
header
-
id
-
links
-
styleClass
-
weight
-
-
Constructor Details
-
LinkGroup
Constructs a validated instance ofLinkGroup
.- Parameters:
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.- Parameters:
groups
- groupsheader
- headerid
- idlinks
- linksstyleClass
- styleClassweight
- weight
-
LinkGroup
protected LinkGroup()
-
-
Method Details
-
builder
-
groups
-
header
-
id
-
links
-
styleClass
-
weight
-
groups
- Returns:
this
.
-
header
- Returns:
this
.
-
id
- Returns:
this
.
-
links
- Returns:
this
.
-
styleClass
- Returns:
this
.
-
weight
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-