Class IconBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.IconBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IconBean
extends Object
IconBean
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IconBean.IconBeanBuilder
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, for use as a tooltip on the icon.The title of the icon, for use as a tooltip on the icon.toString()
url16x16()
The URL of a 16x16 pixel icon.The URL of a 16x16 pixel icon.
-
Field Details
-
link
The URL of the tooltip, used only for a status icon. -
title
The title of the icon, for use as a tooltip on the icon. -
url16x16
The URL of a 16x16 pixel icon.
-
-
Constructor Details
-
IconBean
Constructs a validated instance ofIconBean
.- Parameters:
spec
- the specification to process
-
IconBean
Constructs a validated instance ofIconBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IconBean(Consumer)
instead.- Parameters:
link
- The URL of the tooltip, used only for a status icon.title
- The title of the icon, for use as a tooltip on the icon.url16x16
- The URL of a 16x16 pixel icon.
-
IconBean
protected IconBean()
-
-
Method Details
-
builder
-
link
The URL of the tooltip, used only for a status icon. -
title
The title of the icon, for use as a tooltip on the icon. -
url16x16
The URL of a 16x16 pixel icon. -
link
The URL of the tooltip, used only for a status icon.- Returns:
this
.
-
title
The title of the icon, for use as a tooltip on the icon.- Returns:
this
.
-
url16x16
The URL of a 16x16 pixel icon.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-