Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying
-
Packages that use CurrentlyPlaying Package Description se.michaelthelin.spotify.model_objects.miscellaneous se.michaelthelin.spotify.requests.data.player -
-
Uses of CurrentlyPlaying in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return CurrentlyPlaying Modifier and Type Method Description CurrentlyPlayingCurrentlyPlaying.Builder. build()CurrentlyPlayingCurrentlyPlaying.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of CurrentlyPlaying in se.michaelthelin.spotify.requests.data.player
Methods in se.michaelthelin.spotify.requests.data.player that return CurrentlyPlaying Modifier and Type Method Description CurrentlyPlayingGetUsersCurrentlyPlayingTrackRequest. execute()Get an user's currently playing track.
-