Uses of Class
se.michaelthelin.spotify.model_objects.special.SnapshotResult
-
Packages that use SnapshotResult Package Description se.michaelthelin.spotify.model_objects.special se.michaelthelin.spotify.requests.data.playlists -
-
Uses of SnapshotResult in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return SnapshotResult Modifier and Type Method Description SnapshotResultSnapshotResult.Builder. build()SnapshotResultSnapshotResult.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of SnapshotResult in se.michaelthelin.spotify.requests.data.playlists
Methods in se.michaelthelin.spotify.requests.data.playlists that return SnapshotResult Modifier and Type Method Description SnapshotResultAddItemsToPlaylistRequest. execute()Add items to playlist.SnapshotResultRemoveItemsFromPlaylistRequest. execute()Remove items from a playlist.SnapshotResultReorderPlaylistsItemsRequest. execute()Reorder the items in a playlist.
-