Interface SupportsGroups<T>

    • Method Detail

      • addGroup

        T addGroup​(Group theGroup)
        Deprecated.
        Add this group from the query
        Parameters:
        theGroup - the group to add
        Returns:
        this builder
      • removeGroup

        T removeGroup​(Group theGroup)
        Deprecated.
        Remove this group from the query
        Parameters:
        theGroup - the group to remove
        Returns:
        this builder