Class SimpleLink
java.lang.Object
io.github.primelib.jira4j.restv3.model.SimpleLink
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SimpleLink
extends Object
SimpleLink
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SimpleLink
(String href, String iconClass, String id, String label, String styleClass, String title, Integer weight) Constructs a validated instance ofSimpleLink
.SimpleLink
(Consumer<SimpleLink> spec) Constructs a validated instance ofSimpleLink
. -
Method Summary
-
Field Details
-
href
-
iconClass
-
id
-
label
-
styleClass
-
title
-
weight
-
-
Constructor Details
-
SimpleLink
Constructs a validated instance ofSimpleLink
.- Parameters:
spec
- the specification to process
-
SimpleLink
@Internal public SimpleLink(String href, String iconClass, String id, String label, String styleClass, String title, Integer weight) Constructs a validated instance ofSimpleLink
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SimpleLink(Consumer)
instead.- Parameters:
href
- hreficonClass
- iconClassid
- idlabel
- labelstyleClass
- styleClasstitle
- titleweight
- weight
-
SimpleLink
protected SimpleLink()
-
-
Method Details
-
builder
-
href
-
iconClass
-
id
-
label
-
styleClass
-
title
-
weight
-
href
- Returns:
this
.
-
iconClass
- Returns:
this
.
-
id
- Returns:
this
.
-
label
- Returns:
this
.
-
styleClass
- Returns:
this
.
-
title
- Returns:
this
.
-
weight
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-