Class AdminGroupsResponse

  • All Implemented Interfaces:
    Serializable

    public class AdminGroupsResponse
    extends Response
    Container for fetching admin groups.
    Author:
    Mike Douglass douglm - spherical cow
    See Also:
    Serialized Form
    • Constructor Detail

      • AdminGroupsResponse

        public AdminGroupsResponse()
    • Method Detail

      • setGroups

        public void setGroups​(Collection<BwGroup> val)
        Parameters:
        val - collection of groups
      • toStringSegment

        public void toStringSegment​(org.bedework.util.misc.ToString ts)
        Overrides:
        toStringSegment in class Response