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