Klasse DashboardGadgetSettings
java.lang.Object
io.github.primelib.jira4j.restv3.model.DashboardGadgetSettings
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DashboardGadgetSettings
extends Object
DashboardGadgetSettings
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The color of the gadget.protected Boolean
Whether to ignore the validation of module key and URI.protected String
The module key of the gadget type.protected DashboardGadgetSettingsPosition
protected String
The title of the gadget.protected String
The URI of the gadget type. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DashboardGadgetSettings
(String color, Boolean ignoreUriAndModuleKeyValidation, String moduleKey, DashboardGadgetSettingsPosition position, String title, String uri) Constructs a validated instance ofDashboardGadgetSettings
.Constructs a validated instance ofDashboardGadgetSettings
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
color()
The color of the gadget.The color of the gadget.boolean
int
hashCode()
Whether to ignore the validation of module key and URI.ignoreUriAndModuleKeyValidation
(Boolean ignoreUriAndModuleKeyValidation) Whether to ignore the validation of module key and URI.The module key of the gadget type.The module key of the gadget type.position()
position
(DashboardGadgetSettingsPosition position) title()
The title of the gadget.The title of the gadget.toString()
uri()
The URI of the gadget type.The URI of the gadget type.
-
Felddetails
-
color
The color of the gadget. Should be one ofblue
,red
,yellow
,green
,cyan
,purple
,gray
, orwhite
. -
ignoreUriAndModuleKeyValidation
Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn't installed. -
moduleKey
The module key of the gadget type. Can't be provided withuri
. -
position
-
title
The title of the gadget. -
uri
The URI of the gadget type. Can't be provided withmoduleKey
.
-
-
Konstruktordetails
-
DashboardGadgetSettings
Constructs a validated instance ofDashboardGadgetSettings
.- Parameter:
spec
- the specification to process
-
DashboardGadgetSettings
@Internal public DashboardGadgetSettings(String color, Boolean ignoreUriAndModuleKeyValidation, String moduleKey, DashboardGadgetSettingsPosition position, String title, String uri) Constructs a validated instance ofDashboardGadgetSettings
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DashboardGadgetSettings(Consumer)
instead.- Parameter:
color
- The color of the gadget. Should be one ofblue
,red
,yellow
,green
,cyan
,purple
,gray
, orwhite
.ignoreUriAndModuleKeyValidation
- Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn't installed.moduleKey
- The module key of the gadget type. Can't be provided withuri
.position
- var.nametitle
- The title of the gadget.uri
- The URI of the gadget type. Can't be provided withmoduleKey
.
-
DashboardGadgetSettings
protected DashboardGadgetSettings()
-
-
Methodendetails
-
builder
-
color
The color of the gadget. Should be one ofblue
,red
,yellow
,green
,cyan
,purple
,gray
, orwhite
. -
ignoreUriAndModuleKeyValidation
Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn't installed. -
moduleKey
The module key of the gadget type. Can't be provided withuri
. -
position
-
title
The title of the gadget. -
uri
The URI of the gadget type. Can't be provided withmoduleKey
. -
color
The color of the gadget. Should be one ofblue
,red
,yellow
,green
,cyan
,purple
,gray
, orwhite
.- Gibt zurück:
this
.
-
ignoreUriAndModuleKeyValidation
public DashboardGadgetSettings ignoreUriAndModuleKeyValidation(Boolean ignoreUriAndModuleKeyValidation) Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn't installed.- Gibt zurück:
this
.
-
moduleKey
The module key of the gadget type. Can't be provided withuri
.- Gibt zurück:
this
.
-
position
- Gibt zurück:
this
.
-
title
The title of the gadget.- Gibt zurück:
this
.
-
uri
The URI of the gadget type. Can't be provided withmoduleKey
.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-