Klasse GroupLabel
java.lang.Object
io.github.primelib.jira4j.restv2.model.GroupLabel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GroupLabel
extends Object
GroupLabel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The type of the group label. -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GroupLabel
(String text, String title, GroupLabel.TypeEnum type) Constructs a validated instance ofGroupLabel
.GroupLabel
(Consumer<GroupLabel> spec) Constructs a validated instance ofGroupLabel
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic GroupLabel.GroupLabelBuilder
builder()
protected boolean
boolean
int
hashCode()
text()
The group label name.The group label name.title()
The title of the group label.The title of the group label.toString()
type()
The type of the group label.type
(GroupLabel.TypeEnum type) The type of the group label.
-
Felddetails
-
text
The group label name. -
title
The title of the group label. -
type
The type of the group label.
-
-
Konstruktordetails
-
GroupLabel
Constructs a validated instance ofGroupLabel
.- Parameter:
spec
- the specification to process
-
GroupLabel
Constructs a validated instance ofGroupLabel
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GroupLabel(Consumer)
instead.- Parameter:
text
- The group label name.title
- The title of the group label.type
- The type of the group label.
-
GroupLabel
protected GroupLabel()
-
-
Methodendetails
-
builder
-
text
The group label name. -
title
The title of the group label. -
type
The type of the group label. -
text
The group label name.- Gibt zurück:
this
.
-
title
The title of the group label.- Gibt zurück:
this
.
-
type
The type of the group label.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-