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