Class DashboardGadgetSettingsPosition
java.lang.Object
io.github.primelib.jira4j.restv2.model.DashboardGadgetSettingsPosition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DashboardGadgetSettingsPosition
extends Object
DashboardGadgetSettingsPosition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDashboardGadgetSettingsPosition(Integer theColumnPositionOfTheGadget, Integer theRowPositionOfTheGadget) Constructs a validated instance ofDashboardGadgetSettingsPosition.Constructs a validated instance ofDashboardGadgetSettingsPosition. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()theColumnPositionOfTheGadget(Integer theColumnPositionOfTheGadget) theRowPositionOfTheGadget(Integer theRowPositionOfTheGadget) toString()
-
Field Details
-
theColumnPositionOfTheGadget
-
theRowPositionOfTheGadget
-
-
Constructor Details
-
DashboardGadgetSettingsPosition
Constructs a validated instance ofDashboardGadgetSettingsPosition.- Parameters:
spec- the specification to process
-
DashboardGadgetSettingsPosition
@Internal public DashboardGadgetSettingsPosition(Integer theColumnPositionOfTheGadget, Integer theRowPositionOfTheGadget) Constructs a validated instance ofDashboardGadgetSettingsPosition.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DashboardGadgetSettingsPosition(Consumer)instead.- Parameters:
theColumnPositionOfTheGadget- theColumnPositionOfTheGadgettheRowPositionOfTheGadget- theRowPositionOfTheGadget
-
DashboardGadgetSettingsPosition
protected DashboardGadgetSettingsPosition()
-
-
Method Details
-
builder
-
theColumnPositionOfTheGadget
-
theRowPositionOfTheGadget
-
theColumnPositionOfTheGadget
public DashboardGadgetSettingsPosition theColumnPositionOfTheGadget(Integer theColumnPositionOfTheGadget) - Returns:
this.
-
theRowPositionOfTheGadget
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-