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 PreviousRoomRoomCreateContent. predecessorA 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 PreviousRoomRoomCreateContent. getPredecessor()Methods in io.github.ma1uta.matrix.event.content with parameters of type PreviousRoom Modifier and Type Method Description voidRoomCreateContent. setPredecessor(PreviousRoom predecessor)
-