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

de.jsone_studios.wrapper.spotify.models.PlaylistFollowPrivacy Maven / Gradle / Ivy

The newest version!
package de.jsone_studios.wrapper.spotify.models;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
 * The optional request body of this request
 */
public class PlaylistFollowPrivacy
{
    @JsonProperty("public")
    public boolean is_public;

    public PlaylistFollowPrivacy()
    {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy