Class PrivateUser

    • Field Detail

      • displayName

        public String displayName

        The name displayed on the user's profile. null if not available.

      • email

        public String 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

        public ExplicitContentSettings 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

        public ExternalUrl externalUrls

        Known external URLs for this user.

      • followers

        public Followers followers

        Information about the followers of the user.

      • images

        public List<Image> images

        The user's profile image.

      • product

        public String 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 Detail

      • PrivateUser

        public PrivateUser()