Class GroupSearchResults


  • @Generated("jsonschema2pojo")
    public class GroupSearchResults
    extends Object
    Describes the response received when searching for groups.
    • Constructor Detail

      • GroupSearchResults

        public GroupSearchResults()
    • Method Detail

      • getGroups

        public List<SearchedGroup> getGroups()
        The groups returned in the result set. (Required)
      • setGroups

        public void setGroups​(List<SearchedGroup> groups)
        The groups returned in the result set. (Required)
      • getCount

        public Integer getCount()
        The total number of groups that matched the query that produced the result set (may be more than the number of groups in the result set). (Required)
      • setCount

        public void setCount​(Integer count)
        The total number of groups that matched the query that produced the result set (may be more than the number of groups in the result set). (Required)