de.sonallux.spotify.api.models.AlbumRestriction 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.*;
/**
* AlbumRestrictionObject
*/
@Getter
@Setter
@NoArgsConstructor
public class AlbumRestriction {
/**
* The reason for the restriction. Albums may be restricted if the content is not available in a given market, to the user's subscription type, or when the user's account is set to not play explicit content.
* Additional reasons may be added in the future.
*/
public String reason;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy