Class GroupBean


public class GroupBean extends GroupJsonBean
A representation of Group for the GroupResource (contains additional expand users parameter)
Since:
v4.2
  • Constructor Details

    • GroupBean

      public GroupBean()
    • GroupBean

      public GroupBean(String name, URI self, PagedListWrapper<UserJsonBean,ApplicationUser> users)
      Creates a new GroupBean for the group with the given name, self URI and users list.
      Parameters:
      name - a String containing the group name
      self - an REST Resource URI for that group
      users - a list of active users that're in this group. This is optional parameter and there can be null passed (to avoid recursion when getting an user with associated groups).
  • Method Details