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