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 PagingCursorbased -
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.Subclasses with type arguments of type PagingCursorbased in se.michaelthelin.spotify.requests.dataModifier and TypeClassDescriptionstatic classAbstractDataPagingCursorbasedRequest.Builder<T, A, BT extends AbstractDataPagingCursorbasedRequest.Builder<T,A, ?>> Abstract builder class for cursor-based paging data requests.Subinterfaces with type arguments of type PagingCursorbased in se.michaelthelin.spotify.requests.dataModifier 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.player
Subclasses with type arguments of type PagingCursorbased in se.michaelthelin.spotify.requests.data.playerModifier and TypeClassDescriptionclassGet tracks from the current user’s recently played tracks.Methods in se.michaelthelin.spotify.requests.data.player that return PagingCursorbasedModifier and TypeMethodDescriptionGetRecentlyPlayedTracksRequest.execute()Get an user's recently played tracks. -
Uses of PagingCursorbased in se.michaelthelin.spotify.requests.data.users
Subclasses with type arguments of type PagingCursorbased in se.michaelthelin.spotify.requests.data.usersModifier and TypeClassDescriptionclassGet the current user’s followed artists.Methods in se.michaelthelin.spotify.requests.data.users that return PagingCursorbasedModifier and TypeMethodDescriptionGetFollowedArtistsRequest.execute()Get a list of artists the user is following.