Uses of Class
se.michaelthelin.spotify.model_objects.specification.PagingCursorbased
Packages that use PagingCursorbased
Package
Description
- 
Uses of PagingCursorbased in se.michaelthelin.spotify.model_objects
Methods in se.michaelthelin.spotify.model_objects that return PagingCursorbasedModifier 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
Methods in se.michaelthelin.spotify.model_objects.specification that return PagingCursorbasedModifier and TypeMethodDescriptionPagingCursorbased.Builder.build()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 PagingCursorbasedModifier and TypeInterfaceDescriptioninterfaceIPagingCursorbasedRequestBuilder<T,A, BT extends IRequest.Builder<PagingCursorbased<T>, ?>> Interface for request builders that support cursor-based paging functionality. - 
Uses of PagingCursorbased in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow that return PagingCursorbasedModifier and TypeMethodDescriptionGetUsersFollowedArtistsRequest.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 PagingCursorbasedModifier and TypeMethodDescriptionGetCurrentUsersRecentlyPlayedTracksRequest.execute()Get an user's recently played tracks.