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