Uses of Class
io.github.ma1uta.matrix.client.model.sync.JoinedRoom
-
Packages that use JoinedRoom Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of JoinedRoom in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync with type parameters of type JoinedRoom Modifier and Type Field Description private Map<String,JoinedRoom>
Rooms. join
The rooms that the user has joined.Methods in io.github.ma1uta.matrix.client.model.sync that return types with arguments of type JoinedRoom Modifier and Type Method Description Map<String,JoinedRoom>
Rooms. getJoin()
Method parameters in io.github.ma1uta.matrix.client.model.sync with type arguments of type JoinedRoom Modifier and Type Method Description void
Rooms. setJoin(Map<String,JoinedRoom> join)
-