Klasse DashboardGadget
java.lang.Object
io.github.primelib.jira4j.restv2.model.DashboardGadget
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DashboardGadget
extends Object
DashboardGadget
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The color of the gadget.static class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected DashboardGadget.ColorEnum
The color of the gadget.protected Long
The ID of the gadget instance.protected String
The module key of the gadget type.protected DashboardGadgetPosition
protected String
The title of the gadget.protected String
The URI of the gadget type. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DashboardGadget
(DashboardGadget.ColorEnum color, Long id, String moduleKey, DashboardGadgetPosition position, String title, String uri) Constructs a validated instance ofDashboardGadget
.Constructs a validated instance ofDashboardGadget
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
color()
The color of the gadget.color
(DashboardGadget.ColorEnum color) The color of the gadget.boolean
int
hashCode()
id()
The ID of the gadget instance.The ID of the gadget instance.The module key of the gadget type.The module key of the gadget type.position()
position
(DashboardGadgetPosition position) title()
The title of the gadget.The title of the gadget.toString()
uri()
The URI of the gadget type.The URI of the gadget type.
-
Felddetails
-
color
The color of the gadget. Should be one ofblue
,red
,yellow
,green
,cyan
,purple
,gray
, orwhite
. -
id
The ID of the gadget instance. -
moduleKey
The module key of the gadget type. -
position
-
title
The title of the gadget. -
uri
The URI of the gadget type.
-
-
Konstruktordetails
-
DashboardGadget
Constructs a validated instance ofDashboardGadget
.- Parameter:
spec
- the specification to process
-
DashboardGadget
@Internal public DashboardGadget(DashboardGadget.ColorEnum color, Long id, String moduleKey, DashboardGadgetPosition position, String title, String uri) Constructs a validated instance ofDashboardGadget
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DashboardGadget(Consumer)
instead.- Parameter:
color
- The color of the gadget. Should be one ofblue
,red
,yellow
,green
,cyan
,purple
,gray
, orwhite
.id
- The ID of the gadget instance.moduleKey
- The module key of the gadget type.position
- var.nametitle
- The title of the gadget.uri
- The URI of the gadget type.
-
DashboardGadget
protected DashboardGadget()
-
-
Methodendetails
-
builder
-
color
The color of the gadget. Should be one ofblue
,red
,yellow
,green
,cyan
,purple
,gray
, orwhite
. -
id
The ID of the gadget instance. -
moduleKey
The module key of the gadget type. -
position
-
title
The title of the gadget. -
uri
The URI of the gadget type. -
color
The color of the gadget. Should be one ofblue
,red
,yellow
,green
,cyan
,purple
,gray
, orwhite
.- Gibt zurück:
this
.
-
id
The ID of the gadget instance.- Gibt zurück:
this
.
-
moduleKey
The module key of the gadget type.- Gibt zurück:
this
.
-
position
- Gibt zurück:
this
.
-
title
The title of the gadget.- Gibt zurück:
this
.
-
uri
The URI of the gadget type.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-