OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / GenreStationFetcher / fetchAllGenreStations

fetchAllGenreStations

fun fetchAllGenreStations(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>

Fetch all genre stations.

this.genreStationId = genreStationId
return this

Parameters

limit - The size for one page.

offset - The offset index for first element.

Return the API response.