Uses of Class
com.wrapper.spotify.enums.AlbumGroup
-
Packages that use AlbumGroup Package Description com.wrapper.spotify.enums com.wrapper.spotify.model_objects.specification -
-
Uses of AlbumGroup in com.wrapper.spotify.enums
Methods in com.wrapper.spotify.enums that return AlbumGroup Modifier and Type Method Description static AlbumGroupAlbumGroup. keyOf(String type)static AlbumGroupAlbumGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static AlbumGroup[]AlbumGroup. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AlbumGroup in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return AlbumGroup Modifier and Type Method Description AlbumGroupAlbumSimplified. getAlbumGroup()Get the Spotify Album Group of the album.Methods in com.wrapper.spotify.model_objects.specification with parameters of type AlbumGroup Modifier and Type Method Description AlbumSimplified.BuilderAlbumSimplified.Builder. setAlbumGroup(AlbumGroup albumGroup)Set the album group of the album to be built.
-