Uses of Class
com.wrapper.spotify.enums.AlbumType
-
Packages that use AlbumType Package Description com.wrapper.spotify.enums com.wrapper.spotify.model_objects.specification -
-
Uses of AlbumType in com.wrapper.spotify.enums
Methods in com.wrapper.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 com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 com.wrapper.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.
-