Uses of Interface
se.michaelthelin.spotify.model_objects.IPlaylistItem
Packages that use IPlaylistItem
Package
Description
-
Uses of IPlaylistItem in se.michaelthelin.spotify.model_objects.interfaces
Subinterfaces of IPlaylistItem in se.michaelthelin.spotify.model_objects.interfaces -
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) CurrentlyPlayingContext.Builder.setItem(IPlaylistItem item) -
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) Method parameters in se.michaelthelin.spotify.model_objects.special with type arguments of type IPlaylistItem -
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 simplified Episode objects by building instances from this class.classRetrieve information about Track objects by building instances from this class.classRetrieve information about simplified Track objects by building instances from this class.Methods in se.michaelthelin.spotify.model_objects.specification that return IPlaylistItemModifier and TypeMethodDescriptionPlaylistTrack.getItem()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 -
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.