Uses of Class
se.michaelthelin.spotify.model_objects.special.Actions
-
Packages that use Actions Package Description se.michaelthelin.spotify.model_objects.miscellaneous se.michaelthelin.spotify.model_objects.special -
-
Uses of Actions in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return Actions Modifier and Type Method Description ActionsCurrentlyPlaying. getActions()Get which playback actions are available within the current context.ActionsCurrentlyPlayingContext. getActions()Get which playback actions are available within the current context.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type Actions Modifier and Type Method Description CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setActions(Actions actions)The actions setter.CurrentlyPlayingContext.BuilderCurrentlyPlayingContext.Builder. setActions(Actions actions)The actions setter. -
Uses of Actions in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return Actions Modifier and Type Method Description ActionsActions.Builder. build()ActionsActions.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)
-