Uses of Interface
se.michaelthelin.spotify.model_objects.IPlaylistItem
Packages that use IPlaylistItem
Package
Description
-
Uses of IPlaylistItem in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return IPlaylistItemModifier 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.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type IPlaylistItemModifier 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
Methods in se.michaelthelin.spotify.model_objects.special that return IPlaylistItemModifier and TypeMethodDescriptionPlaybackQueue.getCurrentlyPlaying()Get the user's currently playing item.Methods in se.michaelthelin.spotify.model_objects.special that return types with arguments of type IPlaylistItemModifier and TypeMethodDescriptionPlaybackQueue.getQueue()Get the list of items that make up the user's queue.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type IPlaylistItemModifier and TypeMethodDescriptionPlaybackQueue.Builder.setCurrentlyPlaying(IPlaylistItem currentlyPlaying) The item representing the user's currently playing item setter.Method parameters in se.michaelthelin.spotify.model_objects.special with type arguments of type IPlaylistItemModifier 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
Classes in se.michaelthelin.spotify.model_objects.specification that implement IPlaylistItemModifier and TypeClassDescriptionclassRetrieve information about episode objects by building instances from this class.classRetrieve information about Track objects by building instances from this class.Methods in se.michaelthelin.spotify.model_objects.specification that return IPlaylistItemModifier and TypeMethodDescriptionPlaylistTrack.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 IPlaylistItemModifier 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
Methods in se.michaelthelin.spotify.model_objects.utils that return IPlaylistItemModifier and TypeMethodDescriptionstatic IPlaylistItemPlaylistItemFactory.createPlaylistItem(com.google.gson.JsonObject trackObj) Creates a playlist item from a JSON object.