Klasse DashboardGadgetPosition
java.lang.Object
io.github.primelib.jira4j.restv2.model.DashboardGadgetPosition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DashboardGadgetPosition
extends Object
DashboardGadgetPosition
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DashboardGadgetPosition
(Integer theColumnPositionOfTheGadget, Integer theRowPositionOfTheGadget) Constructs a validated instance ofDashboardGadgetPosition
.Constructs a validated instance ofDashboardGadgetPosition
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
theColumnPositionOfTheGadget
(Integer theColumnPositionOfTheGadget) theRowPositionOfTheGadget
(Integer theRowPositionOfTheGadget) toString()
-
Felddetails
-
theColumnPositionOfTheGadget
-
theRowPositionOfTheGadget
-
-
Konstruktordetails
-
DashboardGadgetPosition
Constructs a validated instance ofDashboardGadgetPosition
.- Parameter:
spec
- the specification to process
-
DashboardGadgetPosition
@Internal public DashboardGadgetPosition(Integer theColumnPositionOfTheGadget, Integer theRowPositionOfTheGadget) Constructs a validated instance ofDashboardGadgetPosition
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DashboardGadgetPosition(Consumer)
instead.- Parameter:
theColumnPositionOfTheGadget
- var.nametheRowPositionOfTheGadget
- var.name
-
DashboardGadgetPosition
protected DashboardGadgetPosition()
-
-
Methodendetails
-
builder
-
theColumnPositionOfTheGadget
-
theRowPositionOfTheGadget
-
theColumnPositionOfTheGadget
- Gibt zurück:
this
.
-
theRowPositionOfTheGadget
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-