Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext
-
Packages that use CurrentlyPlayingContext Package Description se.michaelthelin.spotify.model_objects.miscellaneous se.michaelthelin.spotify.requests.data.player -
-
Uses of CurrentlyPlayingContext in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return CurrentlyPlayingContext Modifier and Type Method Description CurrentlyPlayingContextCurrentlyPlayingContext.Builder. build()CurrentlyPlayingContextCurrentlyPlayingContext.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of CurrentlyPlayingContext in se.michaelthelin.spotify.requests.data.player
Methods in se.michaelthelin.spotify.requests.data.player that return CurrentlyPlayingContext Modifier and Type Method Description CurrentlyPlayingContextGetInformationAboutUsersCurrentPlaybackRequest. execute()Get information about a user's playback.
-