Uses of Enum
de.sfuhrm.radiobrowser4j.SearchMode
-
Uses of SearchMode in de.sfuhrm.radiobrowser4j
Methods in de.sfuhrm.radiobrowser4j that return SearchModeModifier and TypeMethodDescriptionstatic SearchModeReturns 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 SearchModeModifier and TypeMethodDescriptionRadioBrowser.listStationsBy(@NonNull Paging paging, @NonNull SearchMode searchMode, @NonNull String searchTerm, Parameter... listParam) Get a list of stations matching a certain search criteria.RadioBrowser.listStationsBy(@NonNull SearchMode searchMode, @NonNull String searchTerm, Parameter... listParam) Get a stream of stations matching a certain search criteria.