Uses of Class
se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
-
-
Uses of PagingCursorbased in se.michaelthelin.spotify.model_objects
Methods in se.michaelthelin.spotify.model_objects that return PagingCursorbased Modifier and Type Method Description PagingCursorbased<T>AbstractModelObject.JsonUtil. createModelObjectPagingCursorbased(com.google.gson.JsonObject jsonObject)Create a cursor-based paging of model objects out of a json object.PagingCursorbased<T>AbstractModelObject.JsonUtil. createModelObjectPagingCursorbased(String json)Create a cursor-based paging of model objects out of a json string.PagingCursorbased<T>AbstractModelObject.JsonUtil. createModelObjectPagingCursorbased(String json, String key)Create a cursor-based paging of model objects out of a json array, which is contained in a json object.PagingCursorbased<T>IModelObject.IJsonUtil. createModelObjectPagingCursorbased(com.google.gson.JsonObject jsonObject)Create a cursor-based paging of model objects out of a json object.PagingCursorbased<T>IModelObject.IJsonUtil. createModelObjectPagingCursorbased(String json)Create a cursor-based paging of model objects out of a json string.PagingCursorbased<T>IModelObject.IJsonUtil. createModelObjectPagingCursorbased(String json, String key)Create a cursor-based paging of model objects out of a json array, which is contained in a json object. -
Uses of PagingCursorbased in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return PagingCursorbased Modifier and Type Method Description PagingCursorbased<T>PagingCursorbased.Builder. build()PagingCursorbased<X>PagingCursorbased.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of PagingCursorbased in se.michaelthelin.spotify.requests.data
Classes in se.michaelthelin.spotify.requests.data with type parameters of type PagingCursorbased Modifier and Type Interface Description interfaceIPagingCursorbasedRequestBuilder<T,A,BT extends IRequest.Builder<PagingCursorbased<T>,?>> -
Uses of PagingCursorbased in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow that return PagingCursorbased Modifier and Type Method Description PagingCursorbased<Artist>GetUsersFollowedArtistsRequest. execute()Get a list of artists the user is following. -
Uses of PagingCursorbased in se.michaelthelin.spotify.requests.data.player
Methods in se.michaelthelin.spotify.requests.data.player that return PagingCursorbased Modifier and Type Method Description PagingCursorbased<PlayHistory>GetCurrentUsersRecentlyPlayedTracksRequest. execute()Get an user's recently played tracks.
-