func()

in client/client.go [113:116]


func (s *HaQuery) SetSort(v []*HaQuerySortClause) *HaQuery {
	s.Sort = v
	return s
}