Sets the list of unspent output attributes to sum by @param sumBy list of sum by parameters @return updated builder object
(List<String> sumBy)
| 85 | * @return updated builder object |
| 86 | */ |
| 87 | public QueryBuilder setSumBy(List<String> sumBy) { |
| 88 | this.next.sumBy = new ArrayList<>(sumBy); |
| 89 | return this; |
| 90 | } |
| 91 | } |
| 92 | } |
no outgoing calls