Class ProfileResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.server.model.federation.ProfileResponse
-
public class ProfileResponse extends Object
Profile.
-
-
Field Summary
Fields Modifier and Type Field Description private String
avatarUrl
The avatar URL for the user's avatar.private String
displayName
The display name of the user.
-
Constructor Summary
Constructors Constructor Description ProfileResponse()
-
Method Summary
Modifier and Type Method Description String
getAvatarUrl()
String
getDisplayName()
void
setAvatarUrl(String avatarUrl)
void
setDisplayName(String displayName)
-