Uses of Class
io.github.ma1uta.matrix.client.model.profile.Profile
-
Packages that use Profile Package Description io.github.ma1uta.matrix.client.model.search Search API models. -
-
Uses of Profile in io.github.ma1uta.matrix.client.model.search
Fields in io.github.ma1uta.matrix.client.model.search with type parameters of type Profile Modifier and Type Field Description private Map<String,Profile>
EventContextResponse. profileInfo
The historic profile information of the users that sent the events returned.Methods in io.github.ma1uta.matrix.client.model.search that return types with arguments of type Profile Modifier and Type Method Description Map<String,Profile>
EventContextResponse. getProfileInfo()
Method parameters in io.github.ma1uta.matrix.client.model.search with type arguments of type Profile Modifier and Type Method Description void
EventContextResponse. setProfileInfo(Map<String,Profile> profileInfo)
-