Uses of Class
se.michaelthelin.spotify.enums.CurrentlyPlayingType
-
Packages that use CurrentlyPlayingType Package Description se.michaelthelin.spotify.enums se.michaelthelin.spotify.model_objects.miscellaneous -
-
Uses of CurrentlyPlayingType in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return CurrentlyPlayingType Modifier and Type Method Description static CurrentlyPlayingTypeCurrentlyPlayingType. keyOf(String type)static CurrentlyPlayingTypeCurrentlyPlayingType. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrentlyPlayingType[]CurrentlyPlayingType. values()Returns an array containing the constants of this enum type, 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 CurrentlyPlayingType Modifier and Type Method Description CurrentlyPlayingTypeCurrentlyPlaying. getCurrentlyPlayingType()Get the type of the currently playing item.CurrentlyPlayingTypeCurrentlyPlayingContext. getCurrentlyPlayingType()Get the type of the currently playing item.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type CurrentlyPlayingType Modifier and Type Method Description CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setCurrentlyPlayingType(CurrentlyPlayingType currentlyPlayingType)The currently playing type setter.CurrentlyPlayingContext.BuilderCurrentlyPlayingContext.Builder. setCurrentlyPlayingType(CurrentlyPlayingType currentlyPlayingType)The currently playing type setter.
-