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 enumThe color of the gadget.static class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected DashboardGadget.ColorEnumThe color of the gadget.protected LongThe ID of the gadget instance.protected StringThe module key of the gadget type.protected DashboardGadgetPositionprotected StringThe title of the gadget.protected StringThe URI of the gadget type. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDashboardGadget(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 booleancolor()The color of the gadget.color(DashboardGadget.ColorEnum color) The color of the gadget.booleaninthashCode()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- positiontitle- 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
-