public interface Membership
Modifier and Type | Method and Description |
---|---|
String |
getGroupId() |
String |
getId() |
String |
getMembershipType()
the type of Membership allows distinction between 'hierarchical' and
'supportive' Memberships.
|
String |
getUserName() |
void |
setMembershipType(String type) |
String getMembershipType()
void setMembershipType(String type)
type
- the name of the MembershipType.String getId()
String getGroupId()
String getUserName()
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.