Class Profile


  • public class Profile
    extends Object
    JSON body for profile api (profile).
    • Field Detail

      • avatarUrl

        private String avatarUrl
        The user's avatar URL if they have set one, otherwise not present.
      • displayName

        private String displayName
        The user's display name if they have set one, otherwise not present.
    • Constructor Detail

      • Profile

        public Profile()
    • Method Detail

      • getAvatarUrl

        public String getAvatarUrl()
      • setAvatarUrl

        public void setAvatarUrl​(String avatarUrl)
      • getDisplayName

        public String getDisplayName()
      • setDisplayName

        public void setDisplayName​(String displayName)