Uses of Class
se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
Package
Description
-
Uses of PagingCursorbased in se.michaelthelin.spotify.model_objects
Modifier and TypeMethodDescriptionAbstractModelObject.JsonUtil.createModelObjectPagingCursorbased
(com.google.gson.JsonObject jsonObject) Create a cursor-based paging of model objects out of a json object.AbstractModelObject.JsonUtil.createModelObjectPagingCursorbased
(String json) Create a cursor-based paging of model objects out of a json string.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.IModelObject.IJsonUtil.createModelObjectPagingCursorbased
(com.google.gson.JsonObject jsonObject) Create a cursor-based paging of model objects out of a json object.IModelObject.IJsonUtil.createModelObjectPagingCursorbased
(String json) Create a cursor-based paging of model objects out of a json string.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
Modifier and TypeMethodDescriptionPagingCursorbased.Builder.build()
PagingCursorbased.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) -
Uses of PagingCursorbased in se.michaelthelin.spotify.requests.data
Modifier and TypeInterfaceDescriptioninterface
IPagingCursorbasedRequestBuilder<T,
A, BT extends IRequest.Builder<PagingCursorbased<T>, ?>> -
Uses of PagingCursorbased in se.michaelthelin.spotify.requests.data.follow
Modifier and TypeMethodDescriptionGetUsersFollowedArtistsRequest.execute()
Get a list of artists the user is following. -
Uses of PagingCursorbased in se.michaelthelin.spotify.requests.data.player
Modifier and TypeMethodDescriptionGetCurrentUsersRecentlyPlayedTracksRequest.execute()
Get an user's recently played tracks.