Uses of Interface
se.michaelthelin.spotify.model_objects.IPlaylistItem
Package
Description
-
Uses of IPlaylistItem in se.michaelthelin.spotify.model_objects.miscellaneous
Modifier and TypeMethodDescriptionCurrentlyPlaying.getItem()
Get the currently played track or episode.CurrentlyPlayingContext.getItem()
Get the currently playing track or episode, if the device is playing something.Modifier and TypeMethodDescriptionCurrentlyPlaying.Builder.setItem
(IPlaylistItem item) The currently playing item setter.CurrentlyPlayingContext.Builder.setItem
(IPlaylistItem item) The currently playing item setter. -
Uses of IPlaylistItem in se.michaelthelin.spotify.model_objects.special
Modifier and TypeMethodDescriptionPlaybackQueue.getCurrentlyPlaying()
Get the user's currently playing item.Modifier and TypeMethodDescriptionPlaybackQueue.getQueue()
Get the list of items that make up the user's queue.Modifier and TypeMethodDescriptionPlaybackQueue.Builder.setCurrentlyPlaying
(IPlaylistItem currentlyPlaying) The item representing the user's currently playing item setter.Modifier and TypeMethodDescriptionPlaybackQueue.Builder.setQueue
(List<IPlaylistItem> queue) The items that are in the user's queue for the upcoming playback setter. -
Uses of IPlaylistItem in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeClassDescriptionclass
Retrieve information about episode objects by building instances from this class.class
Retrieve information about Track objects by building instances from this class.Modifier and TypeMethodDescriptionPlaylistTrack.getTrack()
Get a full track or episode object from this playlist track object.Modifier and TypeMethodDescriptionPlaylistTrack.Builder.setTrack
(IPlaylistItem track) Set the full track or episode object of the playlist track to be built. -
Uses of IPlaylistItem in se.michaelthelin.spotify.model_objects.utils
Modifier and TypeMethodDescriptionstatic IPlaylistItem
PlaylistItemFactory.createPlaylistItem
(com.google.gson.JsonObject trackObj)