Class PrivateUser
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe country of the user, as set in the user's account profile.The name displayed on the user's profile.The user's email address, as entered by the user when creating their account.The user's explicit content settings.Known external URLs for this user.Information about the followers of the user.The user's profile image.The user's Spotify subscription level: "premium", "free", etc.Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
country
The country of the user, as set in the user's account profile. An ISO 3166-1 alpha-2 country code. This field is only available when the current user has granted access to the user-read-private scope.
-
displayName
The name displayed on the user's profile.
nullif not available. -
email
The user's email address, as entered by the user when creating their account. Important! This email address is unverified; there is no proof that it actually belongs to the user. This field is only available when the current user has granted access to the user-read-email scope.
-
explicitContent
The user's explicit content settings. This field is only available when the current user has granted access to the user-read-private scope.
-
externalUrls
Known external URLs for this user.
-
followers
Information about the followers of the user.
-
images
The user's profile image.
-
product
The user's Spotify subscription level: "premium", "free", etc. (The subscription level "open" can be considered the same as "free".) This field is only available when the current user has granted access to the user-read-private scope.
-
-
Constructor Details
-
PrivateUser
public PrivateUser()
-