public class

SimpleLinkBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.common.SimpleLinkBean

Class Overview

Bean representing a SimpleLink. This is useful when constructing dropdowns populated dynamically.

Summary

Fields
public static final SimpleLinkBean DOC_EXAMPLE
Public Constructors
SimpleLinkBean()
SimpleLinkBean(SimpleLink link)
SimpleLinkBean(String id, String styleClass, String label, String title, String href, String iconClass)
SimpleLinkBean(String id, String styleClass, String label, String title, String href, String iconClass, Integer weight)
Public Methods
boolean equals(Object o)
String getHref()
String getIconClass()
String getId()
String getLabel()
String getStyleClass()
String getTitle()
Integer getWeight()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final SimpleLinkBean DOC_EXAMPLE

Public Constructors

public SimpleLinkBean ()

public SimpleLinkBean (SimpleLink link)

public SimpleLinkBean (String id, String styleClass, String label, String title, String href, String iconClass)

public SimpleLinkBean (String id, String styleClass, String label, String title, String href, String iconClass, Integer weight)

Public Methods

public boolean equals (Object o)

public String getHref ()

public String getIconClass ()

public String getId ()

public String getLabel ()

public String getStyleClass ()

public String getTitle ()

public Integer getWeight ()

public int hashCode ()

public String toString ()