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. listStations(@NonNull Paging paging, ListParameter... listParam)Get a list of all stations.List<Station>RadioBrowser. listStationsBy(@NonNull Paging paging, @NonNull SearchMode searchMode, @NonNull String searchTerm, ListParameter... listParam)Get a list of stations matching a certain search criteria.
-