Class GroupLabel
java.lang.Object
io.github.primelib.jira4j.restv2.model.GroupLabel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GroupLabel
extends Object
GroupLabel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The type of the group label. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GroupLabel
(String text, String title, GroupLabel.TypeEnum type) Constructs a validated instance ofGroupLabel
.GroupLabel
(Consumer<GroupLabel> spec) Constructs a validated instance ofGroupLabel
. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Field Details
-
text
The group label name. -
title
The title of the group label. -
type
The type of the group label.
-
-
Constructor Details
-
GroupLabel
Constructs a validated instance ofGroupLabel
.- Parameters:
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.- Parameters:
text
- The group label name.title
- The title of the group label.type
- The type of the group label.
-
GroupLabel
protected GroupLabel()
-
-
Method Details
-
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.- Returns:
this
.
-
title
The title of the group label.- Returns:
this
.
-
type
The type of the group label.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-