Class Profile
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.profile.Profile
-
public class Profile extends Object
JSON body for profile api (profile).
-
-
Field Summary
Fields Modifier and Type Field Description private StringavatarUrlThe user's avatar URL if they have set one, otherwise not present.private StringdisplayNameThe user's display name if they have set one, otherwise not present.
-
Constructor Summary
Constructors Constructor Description Profile()
-
Method Summary
Modifier and Type Method Description StringgetAvatarUrl()StringgetDisplayName()voidsetAvatarUrl(String avatarUrl)voidsetDisplayName(String displayName)
-