org.apache.shindig.social.opensocial.spi
Class GroupId
java.lang.Object
org.apache.shindig.social.opensocial.spi.GroupId
public class GroupId
- extends java.lang.Object
A group id used for grouping of people resources (as opposed to groups used by the GroupsHandler)
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
GroupId
public GroupId(GroupId.Type type,
java.lang.String groupId)
getType
public GroupId.Type getType()
getGroupId
public java.lang.String getGroupId()
fromJson
public static GroupId fromJson(java.lang.String jsonId)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.