Class ActivityId
java.lang.Object
com.atlassian.gadgets.opensocial.model.ActivityId
Representation of the unique identifier for a particular activity.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActivityId
Creates a new ActivityId 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 aActivityIdobject.- Parameters:
id-Stringvalue to use- Returns:
ActivityIdwith the underlying value ofid
-
equals
-
hashCode
public int hashCode()
-