Uses of Enum Class
se.michaelthelin.spotify.enums.AlbumGroup
Package
Description
-
Uses of AlbumGroup in se.michaelthelin.spotify.enums
Modifier and TypeMethodDescriptionstatic AlbumGroup
static AlbumGroup
Returns the enum constant of this class with the specified name.static AlbumGroup[]
AlbumGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AlbumGroup in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionAlbumSimplified.getAlbumGroup()
Get the Spotify Album Group of the album.Modifier and TypeMethodDescriptionAlbumSimplified.Builder.setAlbumGroup
(AlbumGroup albumGroup) Set the album group of the album to be built.