Uses of Class
com.redhat.cloud.common.pager.Sort.Direction
-
Packages that use Sort.Direction Package Description com.redhat.cloud.common.pager -
-
Uses of Sort.Direction in com.redhat.cloud.common.pager
Methods in com.redhat.cloud.common.pager that return Sort.Direction Modifier and Type Method Description Sort.DirectionSort.Column. getDirection()static Sort.DirectionSort.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static Sort.Direction[]Sort.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redhat.cloud.common.pager with parameters of type Sort.Direction Modifier and Type Method Description Pager.PagerBuilderPager.PagerBuilder. addSort(String column, Sort.Direction direction)SortSort. and(String name, Sort.Direction direction)Adds a sort column, in the given order.static SortSort. by(String column, Sort.Direction direction)Sort by the given column, in the given order.SortSort. direction(Sort.Direction direction)Sets the order to all current sort columns.voidSort.Column. setDirection(Sort.Direction direction)Constructors in com.redhat.cloud.common.pager with parameters of type Sort.Direction Constructor Description Column(String name, Sort.Direction direction)
-