Uses of Class
io.github.ma1uta.matrix.event.nested.PreviousRoom
-
Packages that use PreviousRoom Package Description io.github.ma1uta.matrix.event.content Event content classes. -
-
Uses of PreviousRoom in io.github.ma1uta.matrix.event.content
Fields in io.github.ma1uta.matrix.event.content declared as PreviousRoom Modifier and Type Field Description private PreviousRoom
RoomCreateContent. predecessor
A reference to the room this room replaces, if the previous room was upgraded.Methods in io.github.ma1uta.matrix.event.content that return PreviousRoom Modifier and Type Method Description PreviousRoom
RoomCreateContent. getPredecessor()
Methods in io.github.ma1uta.matrix.event.content with parameters of type PreviousRoom Modifier and Type Method Description void
RoomCreateContent. setPredecessor(PreviousRoom predecessor)
-