Package de.sonallux.spotify.api.models
Class PublicUser
- java.lang.Object
-
- de.sonallux.spotify.api.models.BaseObject
-
- de.sonallux.spotify.api.models.PublicUser
-
public class PublicUser extends BaseObject
-
-
Field Summary
Fields Modifier and Type Field Description StringdisplayNameThe name displayed on the user's profile.ExternalUrlexternalUrlsKnown public external URLs for this user.FollowersfollowersInformation about the followers of this user.List<Image>imagesThe user's profile image.-
Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri
-
-
Constructor Summary
Constructors Constructor Description PublicUser()
-
-
-
Field Detail
-
displayName
public String displayName
The name displayed on the user's profile.
nullif not available.
-
externalUrls
public ExternalUrl externalUrls
Known public external URLs for this user.
-
followers
public Followers followers
Information about the followers of this user.
-
-