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 AlbumTypeModifier and TypeMethodDescriptionstatic AlbumType
Get an AlbumType by its type string.static AlbumType
Returns the enum constant of this class with the specified name.static AlbumType[]
AlbumType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
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.