| Modifier and Type | Field and Description |
|---|---|
static Paging |
Paging.DEFAULT_START
A default start page with offset 0 and limit 64.
|
| Modifier and Type | Method and Description |
|---|---|
static Paging |
Paging.at(int offset,
int limit)
Creates a new paging at the given offset and limit.
|
Paging |
Paging.next()
Address the next paging.
|
Paging |
Paging.previous()
Address the previous paging.
|
| Modifier and Type | Method and Description |
|---|---|
List<Station> |
RadioBrowser.listBrokenStations(Paging paging)
Get a list of all broken stations.
|
List<Station> |
RadioBrowser.listImprovableStations(Paging paging)
Get a list of all improvable stations.
|
List<Station> |
RadioBrowser.listLastChangedStations(Paging paging)
Get a list of the last changed stations.
|
List<Station> |
RadioBrowser.listLastClickStations(Paging paging)
Get a list of the last clicked 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.
|
List<Station> |
RadioBrowser.listTopClickStations(Paging paging)
Get a list of the top click stations.
|
List<Station> |
RadioBrowser.listTopVoteStations(Paging paging)
Get a list of the top vote stations.
|
Copyright © 2017. All rights reserved.