Uses of Class
com.bellotapps.webapps_commons.persistence.repository_utils.SortingData.PropertySort
-
-
Uses of SortingData.PropertySort in com.bellotapps.webapps_commons.persistence.repository_utils
Methods in com.bellotapps.webapps_commons.persistence.repository_utils that return SortingData.PropertySort Modifier and Type Method Description SortingData.PropertySortSortingData.PropertySort.Builder. build()Builds aSortingData.PropertySortusing set values.Methods in com.bellotapps.webapps_commons.persistence.repository_utils that return types with arguments of type SortingData.PropertySort Modifier and Type Method Description java.util.List<SortingData.PropertySort>SortingData. getSortBy()Methods in com.bellotapps.webapps_commons.persistence.repository_utils with parameters of type SortingData.PropertySort Modifier and Type Method Description SortingData.BuilderSortingData.Builder. sortBy(SortingData.PropertySort propertySort)Adds aSortingData.PropertySortinto this builder.
-