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 StringavatarUrlThe avatar URL for the user's avatar.private StringdisplayNameThe display name of the user.
-
Constructor Summary
Constructors Constructor Description ProfileResponse()
-
Method Summary
Modifier and Type Method Description StringgetAvatarUrl()StringgetDisplayName()voidsetAvatarUrl(String avatarUrl)voidsetDisplayName(String displayName)
-