de.sonallux.spotify.api.models.SimplifiedAlbum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-web-api-java Show documentation
Show all versions of spotify-web-api-java Show documentation
A Java wrapper for Spotify's Web API
The newest version!
package de.sonallux.spotify.api.models;
import lombok.*;
/**
* SimplifiedAlbumObject
*/
@Getter
@Setter
@NoArgsConstructor
public class SimplifiedAlbum extends AlbumBase {
/**
* The artists of the album. Each artist object includes a link in href
to more detailed information about the artist.
*/
public java.util.List artists;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy