Uses of Enum Class
se.michaelthelin.spotify.enums.AlbumType
Package
Description
-
Uses of AlbumType in se.michaelthelin.spotify.enums
-
Uses of AlbumType in se.michaelthelin.spotify.model_objects.special
Modifier and TypeMethodDescriptionAlbumSimplifiedSpecial.getAlbumType()
Get the type of the album.Modifier and TypeMethodDescriptionAlbumSimplifiedSpecial.Builder.setAlbumType
(AlbumType albumType) Set the type of the album to be built. -
Uses of AlbumType in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionAlbum.getAlbumType()
Get the type of the album.AlbumSimplified.getAlbumType()
Get the type of the album.Modifier and TypeMethodDescriptionAlbum.Builder.setAlbumType
(AlbumType albumType) Set the type of the album to be built.AlbumSimplified.Builder.setAlbumType
(AlbumType albumType) Set the type of the album to be built.