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 String
avatarUrl
The user's avatar URL if they have set one, otherwise not present.private String
displayName
The 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 String
getAvatarUrl()
String
getDisplayName()
void
setAvatarUrl(String avatarUrl)
void
setDisplayName(String displayName)
-