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(java.lang.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 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.
-