Uses of Enum Class
se.michaelthelin.spotify.enums.CurrentlyPlayingType
Packages that use CurrentlyPlayingType
Package
Description
-
Uses of CurrentlyPlayingType in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return CurrentlyPlayingTypeModifier and TypeMethodDescriptionstatic CurrentlyPlayingType
static CurrentlyPlayingType
Returns the enum constant of this class with the specified name.static CurrentlyPlayingType[]
CurrentlyPlayingType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CurrentlyPlayingType in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return CurrentlyPlayingTypeModifier and TypeMethodDescriptionCurrentlyPlaying.getCurrentlyPlayingType()
Get the type of the currently playing item.CurrentlyPlayingContext.getCurrentlyPlayingType()
Get the type of the currently playing item.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type CurrentlyPlayingTypeModifier and TypeMethodDescriptionCurrentlyPlaying.Builder.setCurrentlyPlayingType
(CurrentlyPlayingType currentlyPlayingType) The currently playing type setter.CurrentlyPlayingContext.Builder.setCurrentlyPlayingType
(CurrentlyPlayingType currentlyPlayingType) The currently playing type setter.