Class PortalGroupUsers


  • public final class PortalGroupUsers
    extends Object
    Holds the administrators and users for a portal group.
    Since:
    100.0.0
    • Method Detail

      • getAdmins

        public List<String> getAdmins()
        Returns the administrators of the group.
        Returns:
        an unmodifiable list of usernames of administrators of the group. This will throw an UnsupportedOperationException if an attempt is made to modify it.
        Since:
        100.0.0
      • getUsers

        public List<String> getUsers()
        Returns the users that belong to the group.
        Returns:
        an unmodifiable list of usernames of users that belong to the group. This will throw an UnsupportedOperationException if an attempt is made to modify it.
        Since:
        100.0.0