![JAR search and dependency download from the Maven repository](/logo.png)
de.jsone_studios.wrapper.spotify.models.UserPublic 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 using Retrofit
The newest version!
package de.jsone_studios.wrapper.spotify.models;
import java.util.List;
import java.util.Map;
/**
* User object (public) model
*/
public class UserPublic
{
public String display_name;
public Map external_urls;
public Followers followers;
public String href;
public String id;
public List images;
public String type;
public String uri;
public UserPublic()
{
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy