All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.sonallux.spotify.api.models.SimplifiedAlbum Maven / Gradle / Ivy

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