org.apache.shindig.social.opensocial.spi
Class UserId
java.lang.Object
org.apache.shindig.social.opensocial.spi.UserId
public class UserId
- extends Object
Data structure representing a userid
UserId
public UserId(UserId.Type type,
String userId)
getType
public UserId.Type getType()
getUserId
public String getUserId()
getUserId
public String getUserId(SecurityToken token)
fromJson
public static UserId 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.