| Modifier and Type | Method and Description |
|---|---|
static SearchMode |
SearchMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Station> |
RadioBrowser.listStationsBy(Paging paging,
SearchMode searchMode,
String searchTerm,
ListParameter... listParam)
Get a list of stations matching a certain search criteria.
|
Stream<Station> |
RadioBrowser.listStationsBy(SearchMode searchMode,
String searchTerm,
ListParameter... listParam)
Get a stream of stations matching a certain search criteria.
|
Copyright © 2017. All rights reserved.