Uses of Class
de.sfuhrm.radiobrowser4j.SearchMode
-
-
Uses of SearchMode in de.sfuhrm.radiobrowser4j
Methods in de.sfuhrm.radiobrowser4j that return SearchMode Modifier and Type Method Description static SearchModeSearchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchMode[]SearchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.sfuhrm.radiobrowser4j with parameters of type SearchMode Modifier and Type Method Description 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.
-