Verwendungen von Klasse
de.sfuhrm.radiobrowser4j.Station
-
Verwendungen von Station in de.sfuhrm.radiobrowser4j
Methoden in de.sfuhrm.radiobrowser4j, die Typen mit Argumenten vom Typ Station zurückgebenModifizierer und TypMethodeBeschreibungRadioBrowser.getStationByUUID(@NonNull UUID uuid) Get a station referenced by its UUID.RadioBrowser.listBrokenStations()Get a list of all broken stations as one continuous stream.RadioBrowser.listBrokenStations(@NonNull Limit limit) Get a list of all broken stations.RadioBrowser.listLastChangedStations()Get a stream of last changed stations.RadioBrowser.listLastChangedStations(@NonNull Limit limit) Get a list of the last changed stations.RadioBrowser.listLastClickStations()Get a stream of last clicked stations.RadioBrowser.listLastClickStations(@NonNull Limit limit) Get a list of the last clicked stations.RadioBrowser.listStations(@NonNull Paging paging, Parameter... listParam) Get a list of all stations.RadioBrowser.listStations(Parameter... listParam) Get a list of all stations.RadioBrowser.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.RadioBrowser.listStationsWithAdvancedSearch(@NonNull AdvancedSearch advancedSearch) Get a stream of stations matching a certain search criteria.RadioBrowser.listTopClickStations()Get a stream of all top click stations.RadioBrowser.listTopClickStations(@NonNull Limit limit) Get a list of the top click stations.RadioBrowser.listTopVoteStations()Get a stream of the top vote stations.RadioBrowser.listTopVoteStations(@NonNull Limit limit) Get a list of the top vote stations.Methoden in de.sfuhrm.radiobrowser4j mit Parametern vom Typ StationModifizierer und TypMethodeBeschreibungRadioBrowser.postNewStation(@NonNull Station station) Posts a new station to the server.