Uses of Interface
se.michaelthelin.spotify.model_objects.IPlaylistItem
-
Packages that use IPlaylistItem Package Description se.michaelthelin.spotify.model_objects.miscellaneous se.michaelthelin.spotify.model_objects.specification -
-
Uses of IPlaylistItem in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return IPlaylistItem Modifier and Type Method Description IPlaylistItemCurrentlyPlaying. getItem()Get the currently played track or episode.IPlaylistItemCurrentlyPlayingContext. getItem()Get the currently playing track or episode, if the device is playing something.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type IPlaylistItem Modifier and Type Method Description CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setItem(IPlaylistItem item)The currently playing item setter.CurrentlyPlayingContext.BuilderCurrentlyPlayingContext.Builder. setItem(IPlaylistItem item)The currently playing item setter. -
Uses of IPlaylistItem in se.michaelthelin.spotify.model_objects.specification
Classes in se.michaelthelin.spotify.model_objects.specification that implement IPlaylistItem Modifier and Type Class Description classEpisodeRetrieve information about episode objects by building instances from this class.classTrackRetrieve information about Track objects by building instances from this class.Methods in se.michaelthelin.spotify.model_objects.specification that return IPlaylistItem Modifier and Type Method Description IPlaylistItemPlaylistTrack. getTrack()Get a full track or episode object from this playlist track object.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type IPlaylistItem Modifier and Type Method Description PlaylistTrack.BuilderPlaylistTrack.Builder. setTrack(IPlaylistItem track)Set the full track or episode object of the playlist track to be built.
-