A B C D E F G H L N O P R S T U V 
All Classes All Packages

A

API_URL - Static variable in class de.sfuhrm.radiobrowser4j.RadioBrowser
Deprecated.
There are multiple API URLs at the moment. In the past this was a single URL. Reference for compatibility for legacy clients.
at(int, int) - Static method in class de.sfuhrm.radiobrowser4j.Paging
Creates a new paging at the given offset and limit.

B

bitrate - de.sfuhrm.radiobrowser4j.FieldName
The station bitrate.
bycodec - de.sfuhrm.radiobrowser4j.SearchMode
Search by codec.
bycodecexact - de.sfuhrm.radiobrowser4j.SearchMode
Search by exact codec.
bycountry - de.sfuhrm.radiobrowser4j.SearchMode
Search by country.
bycountryexact - de.sfuhrm.radiobrowser4j.SearchMode
Search by exact country.
byid - de.sfuhrm.radiobrowser4j.SearchMode
Search by ID.
bylanguage - de.sfuhrm.radiobrowser4j.SearchMode
Search by language.
bylanguageexact - de.sfuhrm.radiobrowser4j.SearchMode
Search by exact language.
byname - de.sfuhrm.radiobrowser4j.SearchMode
Search by name.
bynameexact - de.sfuhrm.radiobrowser4j.SearchMode
Search by exact name.
bystate - de.sfuhrm.radiobrowser4j.SearchMode
Search by state.
bystateexact - de.sfuhrm.radiobrowser4j.SearchMode
Search by exact state.
bytag - de.sfuhrm.radiobrowser4j.SearchMode
Search by tag.
bytagexact - de.sfuhrm.radiobrowser4j.SearchMode
Search by exact tag.

C

clickcount - de.sfuhrm.radiobrowser4j.FieldName
The station click count.
clicktimestamp - de.sfuhrm.radiobrowser4j.FieldName
The click time stamp.
clicktrend - de.sfuhrm.radiobrowser4j.FieldName
The station click trend.
codec - de.sfuhrm.radiobrowser4j.FieldName
The station codec.
country - de.sfuhrm.radiobrowser4j.FieldName
The station country.
create() - Static method in class de.sfuhrm.radiobrowser4j.ListParameter
Creates a new instance.

D

de.sfuhrm.radiobrowser4j - package de.sfuhrm.radiobrowser4j
An API for the RadioBrowser service.
DEFAULT_API_URL - Static variable in class de.sfuhrm.radiobrowser4j.RadioBrowser
The base URL of the REST service.
DEFAULT_START - Static variable in class de.sfuhrm.radiobrowser4j.Paging
A default start page with offset 0 and limit 64.
deleteStation(Station) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Deletes a station.

E

editStation(Station) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Edits an existing station on the server.

F

favicon - de.sfuhrm.radiobrowser4j.FieldName
The station favicon.
FieldName - Enum in de.sfuhrm.radiobrowser4j
The field name for ordering.

G

getStationById(String) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a station referenced by the ID.
getTags() - Method in class de.sfuhrm.radiobrowser4j.Station
JSON getter for the Station.tagList.

H

homepage - de.sfuhrm.radiobrowser4j.FieldName
The station homepage.

L

language - de.sfuhrm.radiobrowser4j.FieldName
The station language.
lastcheckok - de.sfuhrm.radiobrowser4j.FieldName
Whether last check was ok.
lastchecktime - de.sfuhrm.radiobrowser4j.FieldName
Last check time.
listBrokenStations() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of all broken stations as one continuous stream.
listBrokenStations(Paging) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of all broken stations.
listCodecs() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
List the known codecs.
listCountries() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
List the known countries.
listDeletedStations() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of the deleted stations.
listImprovableStations() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of all broken stations as one continuous stream.
listImprovableStations(Paging) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of all improvable stations.
listLanguages() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
List the known languages.
listLastChangedStations() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a stream of last changed stations.
listLastChangedStations(Paging) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of the last changed stations.
listLastClickStations() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a stream of last clicked stations.
listLastClickStations(Paging) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of the last clicked stations.
ListParameter - Class in de.sfuhrm.radiobrowser4j
Parameters for list calls.
listStations(ListParameter...) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of all stations.
listStations(Paging, ListParameter...) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of all stations.
listStationsBy(Paging, SearchMode, String, ListParameter...) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of stations matching a certain search criteria.
listStationsBy(SearchMode, String, ListParameter...) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a stream of stations matching a certain search criteria.
listTags() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
List the known tags.
listTopClickStations() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a stream of all top click stations.
listTopClickStations(Paging) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of the top click stations.
listTopVoteStations() - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a stream of the top vote stations.
listTopVoteStations(Paging) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Get a list of the top vote stations.

N

name - de.sfuhrm.radiobrowser4j.FieldName
The station name.
negativevotes - de.sfuhrm.radiobrowser4j.FieldName
The station negative votes.
next() - Method in class de.sfuhrm.radiobrowser4j.Paging
Address the next paging.

O

order(FieldName) - Method in class de.sfuhrm.radiobrowser4j.ListParameter
Order by the given field name.

P

Paging - Class in de.sfuhrm.radiobrowser4j
Immutable paging configuration.
postNewStation(Station) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Posts a new station to the server.
previous() - Method in class de.sfuhrm.radiobrowser4j.Paging
Address the previous paging.

R

RadioBrowser - Class in de.sfuhrm.radiobrowser4j
API facade for the RadioBrowser.
RadioBrowser(int, String) - Constructor for class de.sfuhrm.radiobrowser4j.RadioBrowser
Creates a new API client.
RadioBrowser(String, int, String) - Constructor for class de.sfuhrm.radiobrowser4j.RadioBrowser
Creates a new API client.
RadioBrowserException - Exception in de.sfuhrm.radiobrowser4j
Exception in radio browser communication.
RadioBrowserException(String) - Constructor for exception de.sfuhrm.radiobrowser4j.RadioBrowserException
Constructs an exception from an error message.
RadioBrowserException(Throwable) - Constructor for exception de.sfuhrm.radiobrowser4j.RadioBrowserException
Constructs an exception from another exception which is the cause.
resolveStreamUrl(Station) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Resolves the streaming URL for the given station.
reverseOrder(boolean) - Method in class de.sfuhrm.radiobrowser4j.ListParameter
Switch to reverse order.

S

SearchMode - Enum in de.sfuhrm.radiobrowser4j
The mode to search for.
setTags(String) - Method in class de.sfuhrm.radiobrowser4j.Station
JSON setter for the Station.tagList.
state - de.sfuhrm.radiobrowser4j.FieldName
The station state.
Station - Class in de.sfuhrm.radiobrowser4j
Representation of a Radio Station.
Station() - Constructor for class de.sfuhrm.radiobrowser4j.Station
 

T

tags - de.sfuhrm.radiobrowser4j.FieldName
The station tags.
toString() - Method in class de.sfuhrm.radiobrowser4j.Station
 

U

undeleteStation(Station) - Method in class de.sfuhrm.radiobrowser4j.RadioBrowser
Undeletes a station.
url - de.sfuhrm.radiobrowser4j.FieldName
The station url.

V

valueOf(String) - Static method in enum de.sfuhrm.radiobrowser4j.FieldName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.sfuhrm.radiobrowser4j.SearchMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.sfuhrm.radiobrowser4j.FieldName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.sfuhrm.radiobrowser4j.SearchMode
Returns an array containing the constants of this enum type, in the order they are declared.
votes - de.sfuhrm.radiobrowser4j.FieldName
The station votes.
A B C D E F G H L N O P R S T U V 
All Classes All Packages