java.lang.Object
io.github.primelib.jira4j.restv3.model.IconBean.IconBeanBuilder
- Enclosing class:
- IconBean
public static class IconBean.IconBeanBuilder
extends Object
-
Method Summary
The URL of the tooltip, used only for a status icon.
The title of the icon, for use as a tooltip on the icon.
The URL of a 16x16 pixel icon.
-
Method Details
-
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.
-
-