public class OrderBy extends Object
static OrderBy
buildOrderBy(boolean asc, String... fields)
buildOrderBy(String... fields)
List<String>
getFields()
boolean
isAsc()
OrderBy
setAsc(boolean asc)
setFields(List<String> fields)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static OrderBy buildOrderBy(String... fields)
public static OrderBy buildOrderBy(boolean asc, String... fields)
public boolean isAsc()
public OrderBy setAsc(boolean asc)
public List<String> getFields()
public OrderBy setFields(List<String> fields)
Copyright © 2022. All rights reserved.