Uses of Class
de.sfuhrm.radiobrowser4j.ListParameter
-
-
Uses of ListParameter in de.sfuhrm.radiobrowser4j
Methods in de.sfuhrm.radiobrowser4j that return ListParameter Modifier and Type Method Description static ListParameterListParameter. create()Creates a new instance.ListParameterListParameter. order(FieldName fieldName)Order by the given field name.ListParameterListParameter. reverseOrder(boolean reverse)Switch to reverse order.Methods in de.sfuhrm.radiobrowser4j with parameters of type ListParameter Modifier and Type Method Description Stream<Station>RadioBrowser. listStations(ListParameter... listParam)Get a list of all 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.Stream<Station>RadioBrowser. listStationsBy(SearchMode searchMode, String searchTerm, ListParameter... listParam)Get a stream of stations matching a certain search criteria.
-