Uses of Class
org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId.Type

Packages that use GroupId.Type
org.wso2.carbon.registry.social.api.people.userprofile.model   
 

Uses of GroupId.Type in org.wso2.carbon.registry.social.api.people.userprofile.model
 

Methods in org.wso2.carbon.registry.social.api.people.userprofile.model 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.wso2.carbon.registry.social.api.people.userprofile.model with parameters of type GroupId.Type
GroupId(GroupId.Type type, String groupId)
           
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.