Class DashboardGadgetPosition
java.lang.Object
io.github.primelib.jira4j.restv3.model.DashboardGadgetPosition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DashboardGadgetPosition
extends Object
DashboardGadgetPosition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDashboardGadgetPosition(Integer theColumnPositionOfTheGadget, Integer theRowPositionOfTheGadget) Constructs a validated instance ofDashboardGadgetPosition.Constructs a validated instance ofDashboardGadgetPosition. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()theColumnPositionOfTheGadget(Integer theColumnPositionOfTheGadget) theRowPositionOfTheGadget(Integer theRowPositionOfTheGadget) toString()
-
Field Details
-
theColumnPositionOfTheGadget
-
theRowPositionOfTheGadget
-
-
Constructor Details
-
DashboardGadgetPosition
Constructs a validated instance ofDashboardGadgetPosition.- Parameters:
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.- Parameters:
theColumnPositionOfTheGadget- theColumnPositionOfTheGadgettheRowPositionOfTheGadget- theRowPositionOfTheGadget
-
DashboardGadgetPosition
protected DashboardGadgetPosition()
-
-
Method Details
-
builder
-
theColumnPositionOfTheGadget
-
theRowPositionOfTheGadget
-
theColumnPositionOfTheGadget
- Returns:
this.
-
theRowPositionOfTheGadget
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-