Uses of Enum Class
se.michaelthelin.spotify.enums.AlbumGroup
Packages that use AlbumGroup
Package
Description
-
Uses of AlbumGroup in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return AlbumGroupModifier 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
Methods in se.michaelthelin.spotify.model_objects.specification that return AlbumGroupModifier and TypeMethodDescriptionAlbumSimplified.getAlbumGroup()
Get the Spotify Album Group of the album.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type AlbumGroupModifier and TypeMethodDescriptionAlbumSimplified.Builder.setAlbumGroup
(AlbumGroup albumGroup) Set the album group of the album to be built.