| Modifier and Type | Method and Description |
|---|---|
Optional<Station> |
RadioBrowser.getStationById(String id)
Get a station referenced by the ID.
|
Stream<Station> |
RadioBrowser.listBrokenStations()
Get a list of all broken stations as one continuous stream.
|
List<Station> |
RadioBrowser.listBrokenStations(Paging paging)
Get a list of all broken stations.
|
List<Station> |
RadioBrowser.listDeletedStations()
Get a list of the deleted stations.
|
Stream<Station> |
RadioBrowser.listImprovableStations()
Get a list of all broken stations as one continuous stream.
|
List<Station> |
RadioBrowser.listImprovableStations(Paging paging)
Get a list of all improvable stations.
|
Stream<Station> |
RadioBrowser.listLastChangedStations()
Get a stream of last changed stations.
|
List<Station> |
RadioBrowser.listLastChangedStations(Paging paging)
Get a list of the last changed stations.
|
Stream<Station> |
RadioBrowser.listLastClickStations()
Get a stream of last clicked stations.
|
List<Station> |
RadioBrowser.listLastClickStations(Paging paging)
Get a list of the last clicked stations.
|
Stream<Station> |
RadioBrowser.listStations(ListParameter... listParam)
Get a list of all stations.
|
List<Station> |
RadioBrowser.listStations(Paging paging,
ListParameter... listParam)
Get a list of all stations.
|
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.
|
Stream<Station> |
RadioBrowser.listTopClickStations()
Get a stream of all top click stations.
|
List<Station> |
RadioBrowser.listTopClickStations(Paging paging)
Get a list of the top click stations.
|
Stream<Station> |
RadioBrowser.listTopVoteStations()
Get a stream of the top vote stations.
|
List<Station> |
RadioBrowser.listTopVoteStations(Paging paging)
Get a list of the top vote stations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RadioBrowser.deleteStation(Station station)
Deletes a station.
|
String |
RadioBrowser.editStation(Station station)
Edits an existing station on the server.
|
String |
RadioBrowser.postNewStation(Station station)
Posts a new station to the server.
|
URL |
RadioBrowser.resolveStreamUrl(Station station)
Resolves the streaming URL for the given station.
|
void |
RadioBrowser.undeleteStation(Station station)
Undeletes a station.
|
Copyright © 2017. All rights reserved.