Uses of Class
de.sfuhrm.radiobrowser4j.ListParameter
-
Uses of ListParameter in de.sfuhrm.radiobrowser4j
Methods in de.sfuhrm.radiobrowser4j that return ListParameterModifier and TypeMethodDescriptionstatic ListParameterListParameter.create()Creates a new instance.Order by the given field name.ListParameter.reverseOrder(boolean reverse) Switch to reverse order.Methods in de.sfuhrm.radiobrowser4j with parameters of type ListParameterModifier and TypeMethodDescriptionRadioBrowser.listStations(@NonNull Paging paging, ListParameter... listParam) Get a list of all stations.RadioBrowser.listStations(ListParameter... listParam) Get a list of all stations.RadioBrowser.listStationsBy(@NonNull Paging paging, @NonNull SearchMode searchMode, @NonNull String searchTerm, ListParameter... listParam) Get a list of stations matching a certain search criteria.RadioBrowser.listStationsBy(@NonNull SearchMode searchMode, @NonNull String searchTerm, ListParameter... listParam) Get a stream of stations matching a certain search criteria.