Class ProfileResponse


  • public class ProfileResponse
    extends Object
    Profile.
    • Field Detail

      • avatarUrl

        private String avatarUrl
        The avatar URL for the user's avatar. May be omitted if the user does not have an avatar set.
      • displayName

        private String displayName
        The display name of the user. May be omitted if the user does not have a display name set.
    • Constructor Detail

      • ProfileResponse

        public ProfileResponse()
    • Method Detail

      • getAvatarUrl

        public String getAvatarUrl()
      • setAvatarUrl

        public void setAvatarUrl​(String avatarUrl)
      • getDisplayName

        public String getDisplayName()
      • setDisplayName

        public void setDisplayName​(String displayName)