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

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

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

/**
 * User object (private) model
 */
public class UserPrivate extends UserPublic
{
    public String birthdate;
    public String country;
    public String email;
    public String product;

    public UserPrivate()
    {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy