Class AppId
java.lang.Object
com.atlassian.gadgets.opensocial.model.AppId
Representation of the identifier for a particular application, e.g. gadget type such as the Chart Gadget.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AppId
Creates a new AppId that wraps the id passed in- Parameters:
id- theStringid stored internally
-
-
Method Details
-
value
Returns the value of the identifier as aString.- Returns:
- the value of the identifier as a
String
-
toString
-
valueOf
Convert theStringvalue to aAppIdobject.- Parameters:
id-Stringvalue to use- Returns:
AppIdwith the underlying value ofid
-
equals
-
hashCode
public int hashCode()
-