| Modifier and Type | Method and Description |
|---|---|
static ListParameter |
ListParameter.create()
Creates a new instance.
|
ListParameter |
ListParameter.order(FieldName fieldName)
Order by the given field name.
|
ListParameter |
ListParameter.reverseOrder(boolean reverse)
Switch to reverse order.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2017. All rights reserved.