Uses of Class
org.dajlab.bricksetapi.v3.vo.OrderByEnum
-
Packages that use OrderByEnum Package Description org.dajlab.bricksetapi.v3.vo -
-
Uses of OrderByEnum in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return OrderByEnum Modifier and Type Method Description OrderByEnumSetParameters. getOrderBy()static OrderByEnumOrderByEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderByEnum[]OrderByEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dajlab.bricksetapi.v3.vo with parameters of type OrderByEnum Modifier and Type Method Description SetParametersSetParameters. setOrderBy(OrderByEnum orderBy)Sort order
-