Package com.atlassian.gadgets.dashboard
Class DashboardId
java.lang.Object
com.atlassian.gadgets.dashboard.DashboardId
- All Implemented Interfaces:
Serializable
Representation of the identifier for a particular dashboard.
- See Also:
-
Method Summary
-
Method Details
-
value
Returns the value of the identifier as aString.- Returns:
- the value of the identifier as a
String
-
toString
-
equals
-
hashCode
public int hashCode() -
valueOf
Convert theStringvalue to aDashboardIdobject.- Parameters:
id-Stringvalue to use- Returns:
- {code DashboardId} with the underlying value of
id
-