Uses of Class
com.wrapper.spotify.model_objects.specification.PagingCursorbased
-
-
Uses of PagingCursorbased in com.wrapper.spotify.model_objects
Methods in com.wrapper.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 com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.follow
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.player
Methods in com.wrapper.spotify.requests.data.player that return PagingCursorbased Modifier and Type Method Description PagingCursorbased<PlayHistory>GetCurrentUsersRecentlyPlayedTracksRequest. execute()Get an user's recently played tracks.
-