Uses of Class
de.sfuhrm.radiobrowser4j.Paging
-
-
Uses of Paging in de.sfuhrm.radiobrowser4j
Fields in de.sfuhrm.radiobrowser4j declared as Paging Modifier and Type Field Description static PagingPaging. DEFAULT_STARTA default start page with offset 0 and limit 64.Methods in de.sfuhrm.radiobrowser4j that return Paging Modifier and Type Method Description static PagingPaging. at(int offset, int limit)Creates a new paging at the given offset and limit.PagingPaging. next()Address the next paging.PagingPaging. previous()Address the previous paging.Methods in de.sfuhrm.radiobrowser4j with parameters of type Paging Modifier and Type Method Description List<Station>RadioBrowser. listBrokenStations(Paging paging)Get a list of all broken stations.List<Station>RadioBrowser. listImprovableStations(Paging paging)Get a list of all improvable stations.List<Station>RadioBrowser. listLastChangedStations(Paging paging)Get a list of the last changed stations.List<Station>RadioBrowser. listLastClickStations(Paging paging)Get a list of the last clicked stations.List<Station>RadioBrowser. listStations(Paging paging, ListParameter... listParam)Get a list of all stations.List<Station>RadioBrowser. listStationsBy(Paging paging, SearchMode searchMode, String searchTerm, ListParameter... listParam)Get a list of stations matching a certain search criteria.List<Station>RadioBrowser. listTopClickStations(Paging paging)Get a list of the top click stations.List<Station>RadioBrowser. listTopVoteStations(Paging paging)Get a list of the top vote stations.
-