Uses of Class
com.wrapper.spotify.model_objects.special.SnapshotResult
-
Packages that use SnapshotResult Package Description com.wrapper.spotify.model_objects.special com.wrapper.spotify.requests.data.playlists -
-
Uses of SnapshotResult in com.wrapper.spotify.model_objects.special
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.playlists
Methods in com.wrapper.spotify.requests.data.playlists that return SnapshotResult Modifier and Type Method Description SnapshotResultAddTracksToPlaylistRequest. execute()Add tracks to playlist.SnapshotResultRemoveTracksFromPlaylistRequest. execute()Remove tracks from a playlist.SnapshotResultReorderPlaylistsTracksRequest. execute()Reorder the tracks in a playlist.
-