Package de.sonallux.spotify.api.models
Class PublicUser
java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.PublicUser
PublicUserObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name displayed on the user's profile.Known public external URLs for this user.Information about the followers of this user.The user's profile image.Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
displayName
The name displayed on the user's profile.
nullif not available. -
externalUrls
Known public external URLs for this user.
-
followers
Information about the followers of this user.
-
images
The user's profile image.
-
-
Constructor Details
-
PublicUser
public PublicUser()
-