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