Class MembershipEntity

  • All Implemented Interfaces:
    Row

    public class MembershipEntity
    extends Entity
    The membership entity.
    • Constructor Detail

      • MembershipEntity

        public MembershipEntity​(String parentGroupId,
                                Set<String> memberGroupIds,
                                Set<String> memberUserIds)
        Instantiates a new User.
        Parameters:
        parentGroupId - the ID of the parent group
        memberGroupIds - the IDs of the group memberships
        memberUserIds - the IDs of the user memberships
    • Method Detail

      • getParentGroupId

        public String getParentGroupId()
        Gets the ID of the parent group.
        Returns:
        the last name
      • getMemberGroupIds

        public Set<String> getMemberGroupIds()
        Gets the IDs of the child groups.
        Returns:
        the display name
      • getMemberUserIds

        public Set<String> getMemberUserIds()
        Gets the IDs of the users.
        Returns:
        the first name
      • getEntityType

        public EntityType getEntityType()
        Description copied from class: Entity
        Gets the entity type.
        Specified by:
        getEntityType in class Entity
        Returns:
        the entity type