Uses of Class
io.github.ma1uta.matrix.server.model.federation.edu.content.nested.UserPresenceUpdate
-
Packages that use UserPresenceUpdate Package Description io.github.ma1uta.matrix.server.model.federation.edu.content EDU content classes. -
-
Uses of UserPresenceUpdate in io.github.ma1uta.matrix.server.model.federation.edu.content
Fields in io.github.ma1uta.matrix.server.model.federation.edu.content with type parameters of type UserPresenceUpdate Modifier and Type Field Description private List<UserPresenceUpdate>
PresenceUpdate. push
Required.Methods in io.github.ma1uta.matrix.server.model.federation.edu.content that return types with arguments of type UserPresenceUpdate Modifier and Type Method Description List<UserPresenceUpdate>
PresenceUpdate. getPush()
Method parameters in io.github.ma1uta.matrix.server.model.federation.edu.content with type arguments of type UserPresenceUpdate Modifier and Type Method Description void
PresenceUpdate. setPush(List<UserPresenceUpdate> push)
-