Uses of Class
se.michaelthelin.spotify.enums.AlbumType
-
Packages that use AlbumType Package Description se.michaelthelin.spotify.enums se.michaelthelin.spotify.model_objects.special se.michaelthelin.spotify.model_objects.specification -
-
Uses of AlbumType in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return AlbumType Modifier and Type Method Description static AlbumTypeAlbumType. keyOf(String type)static AlbumTypeAlbumType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlbumType[]AlbumType. values()Returns an array containing the constants of this enum type, 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 AlbumType Modifier and Type Method Description AlbumTypeAlbumSimplifiedSpecial. getAlbumType()Get the type of the album.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type AlbumType Modifier and Type Method Description AlbumSimplifiedSpecial.BuilderAlbumSimplifiedSpecial.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 AlbumType Modifier and Type Method Description AlbumTypeAlbum. getAlbumType()Get the type of the album.AlbumTypeAlbumSimplified. getAlbumType()Get the type of the album.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type AlbumType Modifier and Type Method Description Album.BuilderAlbum.Builder. setAlbumType(AlbumType albumType)Set the type of the album to be built.AlbumSimplified.BuilderAlbumSimplified.Builder. setAlbumType(AlbumType albumType)Set the type of the album to be built.
-