Klasse StatusIcon
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusIcon
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusIcon
extends Object
StatusIcon
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StatusIcon
(String link, String title, String url16x16) Constructs a validated instance ofStatusIcon
.StatusIcon
(Consumer<StatusIcon> spec) Constructs a validated instance ofStatusIcon
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic StatusIcon.StatusIconBuilder
builder()
protected boolean
boolean
int
hashCode()
link()
The URL of the tooltip, used only for a status icon.The URL of the tooltip, used only for a status icon.title()
The title of the icon.The title of the icon.toString()
url16x16()
The URL of an icon that displays at 16x16 pixel in Jira.The URL of an icon that displays at 16x16 pixel in Jira.
-
Felddetails
-
link
The URL of the tooltip, used only for a status icon. If not set, the status icon in Jira is not clickable. -
title
The title of the icon. This is used as follows: * For a status icon it is used as a tooltip on the icon. If not set, the status icon doesn't display a tooltip in Jira. * For the remote object icon it is used in conjunction with the application name to display a tooltip for the link's icon. The tooltip takes the format "\\[application name\\] icon title". Blank itemsare excluded from the tooltip title. If both items are blank, the icon tooltop displays as "Web Link". -
url16x16
The URL of an icon that displays at 16x16 pixel in Jira.
-
-
Konstruktordetails
-
StatusIcon
Constructs a validated instance ofStatusIcon
.- Parameter:
spec
- the specification to process
-
StatusIcon
Constructs a validated instance ofStatusIcon
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusIcon(Consumer)
instead.- Parameter:
link
- The URL of the tooltip, used only for a status icon. If not set, the status icon in Jira is not clickable.title
- The title of the icon. This is used as follows: * For a status icon it is used as a tooltip on the icon. If not set, the status icon doesn't display a tooltip in Jira. * For the remote object icon it is used in conjunction with the application name to display a tooltip for the link's icon. The tooltip takes the format "\\[application name\\] icon title". Blank itemsare excluded from the tooltip title. If both items are blank, the icon tooltop displays as "Web Link".url16x16
- The URL of an icon that displays at 16x16 pixel in Jira.
-
StatusIcon
protected StatusIcon()
-
-
Methodendetails
-
builder
-
link
The URL of the tooltip, used only for a status icon. If not set, the status icon in Jira is not clickable. -
title
The title of the icon. This is used as follows: * For a status icon it is used as a tooltip on the icon. If not set, the status icon doesn't display a tooltip in Jira. * For the remote object icon it is used in conjunction with the application name to display a tooltip for the link's icon. The tooltip takes the format "\\[application name\\] icon title". Blank itemsare excluded from the tooltip title. If both items are blank, the icon tooltop displays as "Web Link". -
url16x16
The URL of an icon that displays at 16x16 pixel in Jira. -
link
The URL of the tooltip, used only for a status icon. If not set, the status icon in Jira is not clickable.- Gibt zurück:
this
.
-
title
The title of the icon. This is used as follows: * For a status icon it is used as a tooltip on the icon. If not set, the status icon doesn't display a tooltip in Jira. * For the remote object icon it is used in conjunction with the application name to display a tooltip for the link's icon. The tooltip takes the format "\\[application name\\] icon title". Blank itemsare excluded from the tooltip title. If both items are blank, the icon tooltop displays as "Web Link".- Gibt zurück:
this
.
-
url16x16
The URL of an icon that displays at 16x16 pixel in Jira.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-