public class

IconBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.api.common.IconBean

Class Overview

Bean representing an icon.

Summary

Public Constructors
IconBean()
IconBean(String url16x16, String title, String link)
Public Methods
boolean equals(Object o)
String getLink()
String getTitle()
String getUrl16x16()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IconBean ()

public IconBean (String url16x16, String title, String link)

Public Methods

public boolean equals (Object o)

public String getLink ()

public String getTitle ()

public String getUrl16x16 ()

public int hashCode ()

public String toString ()