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

java.lang.Object
  extended by org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId

public class GroupId
extends Object


Nested Class Summary
static class GroupId.Type
           
 
Constructor Summary
GroupId(GroupId.Type type, String groupId)
           
 
Method Summary
 boolean equals(Object o)
           
static GroupId fromJson(String jsonId)
           
 String getGroupId()
           
 GroupId.Type getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupId

public GroupId(GroupId.Type type,
               String groupId)
Method Detail

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 © 2015 WSO2. All Rights Reserved.