Optional<Station> |
RadioBrowser.getStationByUUID(@NonNull UUID uuid) |
Get a station referenced by its UUID.
|
Stream<Station> |
RadioBrowser.listBrokenStations() |
Get a list of all broken stations as one continuous stream.
|
List<Station> |
RadioBrowser.listBrokenStations(@NonNull Limit limit) |
Get a list of all broken stations.
|
Stream<Station> |
RadioBrowser.listImprovableStations() |
Get a list of all broken stations as one continuous stream.
|
List<Station> |
RadioBrowser.listImprovableStations(@NonNull Limit limit) |
Get a list of all improvable stations.
|
Stream<Station> |
RadioBrowser.listLastChangedStations() |
Get a stream of last changed stations.
|
List<Station> |
RadioBrowser.listLastChangedStations(@NonNull Limit limit) |
Get a list of the last changed stations.
|
Stream<Station> |
RadioBrowser.listLastClickStations() |
Get a stream of last clicked stations.
|
List<Station> |
RadioBrowser.listLastClickStations(@NonNull Limit limit) |
Get a list of the last clicked stations.
|
List<Station> |
RadioBrowser.listStations(@NonNull Paging paging,
ListParameter... listParam) |
Get a list of all stations.
|
Stream<Station> |
RadioBrowser.listStations(ListParameter... listParam) |
Get a list of all stations.
|
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.
|
Stream<Station> |
RadioBrowser.listTopClickStations() |
Get a stream of all top click stations.
|
List<Station> |
RadioBrowser.listTopClickStations(@NonNull Limit limit) |
Get a list of the top click stations.
|
Stream<Station> |
RadioBrowser.listTopVoteStations() |
Get a stream of the top vote stations.
|
List<Station> |
RadioBrowser.listTopVoteStations(@NonNull Limit limit) |
Get a list of the top vote stations.
|