Class PublicUser

java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.PublicUser

public class PublicUser extends BaseObject
PublicUserObject
  • Field Details

    • displayName

      public String displayName

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

    • externalUrls

      public ExternalUrl externalUrls

      Known public external URLs for this user.

    • followers

      public Followers followers

      Information about the followers of this user.

    • images

      public List<Image> images

      The user's profile image.

  • Constructor Details

    • PublicUser

      public PublicUser()