Class DashboardGadgetUpdateRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.DashboardGadgetUpdateRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DashboardGadgetUpdateRequest
extends Object
DashboardGadgetUpdateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDashboardGadgetUpdateRequest(String color, DashboardGadgetPosition position, String title) Constructs a validated instance ofDashboardGadgetUpdateRequest.Constructs a validated instance ofDashboardGadgetUpdateRequest. -
Method Summary
-
Field Details
-
color
The color of the gadget. Should be one ofblue,red,yellow,green,cyan,purple,gray, orwhite. -
position
-
title
The title of the gadget.
-
-
Constructor Details
-
DashboardGadgetUpdateRequest
Constructs a validated instance ofDashboardGadgetUpdateRequest.- Parameters:
spec- the specification to process
-
DashboardGadgetUpdateRequest
@Internal public DashboardGadgetUpdateRequest(String color, DashboardGadgetPosition position, String title) Constructs a validated instance ofDashboardGadgetUpdateRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DashboardGadgetUpdateRequest(Consumer)instead.- Parameters:
color- The color of the gadget. Should be one ofblue,red,yellow,green,cyan,purple,gray, orwhite.position- positiontitle- The title of the gadget.
-
DashboardGadgetUpdateRequest
protected DashboardGadgetUpdateRequest()
-
-
Method Details
-
builder
-
color
The color of the gadget. Should be one ofblue,red,yellow,green,cyan,purple,gray, orwhite. -
position
-
title
The title of the gadget. -
color
The color of the gadget. Should be one ofblue,red,yellow,green,cyan,purple,gray, orwhite.- Returns:
this.
-
position
- Returns:
this.
-
title
The title of the gadget.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-