Uses of Class
se.michaelthelin.spotify.enums.AlbumGroup
-
Packages that use AlbumGroup Package Description se.michaelthelin.spotify.enums se.michaelthelin.spotify.model_objects.specification -
-
Uses of AlbumGroup in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return AlbumGroup Modifier and Type Method Description static AlbumGroupAlbumGroup. keyOf(String type)static AlbumGroupAlbumGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static AlbumGroup[]AlbumGroup. values()Returns an array containing the constants of this enum type, 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 AlbumGroup Modifier and Type Method Description AlbumGroupAlbumSimplified. getAlbumGroup()Get the Spotify Album Group of the album.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type AlbumGroup Modifier and Type Method Description AlbumSimplified.BuilderAlbumSimplified.Builder. setAlbumGroup(AlbumGroup albumGroup)Set the album group of the album to be built.
-