Class GroupId
- java.lang.Object
-
- org.wso2.carbon.registry.social.api.people.userprofile.model.GroupId
-
public class GroupId extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupId.Type
-
Constructor Summary
Constructors Constructor Description GroupId(GroupId.Type type, String groupId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static GroupId
fromJson(String jsonId)
String
getGroupId()
GroupId.Type
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
GroupId
public GroupId(GroupId.Type type, String groupId)
-
-
Method Detail
-
getType
public GroupId.Type getType()
-
getGroupId
public String getGroupId()
-
-