Uses of Enum Class
se.michaelthelin.spotify.enums.CurrentlyPlayingType
Package
Description
-
Uses of CurrentlyPlayingType in se.michaelthelin.spotify.enums
Modifier 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
Modifier and TypeMethodDescriptionCurrentlyPlaying.getCurrentlyPlayingType()
Get the type of the currently playing item.CurrentlyPlayingContext.getCurrentlyPlayingType()
Get the type of the currently playing item.Modifier and TypeMethodDescriptionCurrentlyPlaying.Builder.setCurrentlyPlayingType
(CurrentlyPlayingType currentlyPlayingType) The currently playing type setter.CurrentlyPlayingContext.Builder.setCurrentlyPlayingType
(CurrentlyPlayingType currentlyPlayingType) The currently playing type setter.