Uses of Class
org.apache.shindig.social.opensocial.spi.UserId.Type

Packages that use UserId.Type
org.apache.shindig.social.opensocial.spi The Social Service Provider Interface package 
 

Uses of UserId.Type in org.apache.shindig.social.opensocial.spi
 

Methods in org.apache.shindig.social.opensocial.spi that return UserId.Type
 UserId.Type UserId.getType()
           
static UserId.Type UserId.Type.jsonValueOf(String jsonType)
          Return the Type enum value given a specific jsonType
static UserId.Type UserId.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserId.Type[] UserId.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.shindig.social.opensocial.spi with parameters of type UserId.Type
UserId(UserId.Type type, String userId)
           
 



Copyright © 2007-2012. All Rights Reserved.