sort method

Entity sort(
  1. Sort sort
)

Implementation

Entity sort(Sort sort) {
  arguments['sort'] = sort.name;
  return this;
}