Uses of Interface
com.podio.filter.SortBy
-
Packages that use SortBy Package Description com.podio.filter com.podio.item -
-
Uses of SortBy in com.podio.filter
Classes in com.podio.filter that implement SortBy Modifier and Type Class Description classFieldSortByclassStandardSortBy -
Uses of SortBy in com.podio.item
Methods in com.podio.item with parameters of type SortBy Modifier and Type Method Description ItemsResponseItemAPI. getItems(int appId, Integer limit, Integer offset, SortBy sortBy, Boolean sortDesc, FilterByValue<?>... filters)Returns the items on app matching the given filters.
-