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