Uses of Enum Class
se.michaelthelin.spotify.enums.AlbumType
Packages that use AlbumType
Package
Description
-
Uses of AlbumType in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return AlbumType -
Uses of AlbumType in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return AlbumTypeModifier and TypeMethodDescriptionAlbumSimplifiedSpecial.getAlbumType()
Get the type of the album.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type AlbumTypeModifier 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
Methods in se.michaelthelin.spotify.model_objects.specification that return AlbumTypeModifier and TypeMethodDescriptionAlbum.getAlbumType()
Get the type of the album.AlbumSimplified.getAlbumType()
Get the type of the album.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type AlbumTypeModifier 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.