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

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

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

Methods in org.apache.shindig.social.opensocial.spi that return GroupId.Type
 GroupId.Type GroupId.getType()
           
static GroupId.Type GroupId.Type.jsonValueOf(String jsonType)
          Return the Type enum value given a specific jsonType such as @all, @friends, etc.
static GroupId.Type GroupId.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupId.Type[] GroupId.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 GroupId.Type
GroupId(GroupId.Type type, String groupId)
           
 



Copyright © 2007-2012. All Rights Reserved.