Class RoomVisibility
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.room.RoomVisibility
-
public class RoomVisibility extends Object
JSON body request and response for listing room api.
-
-
Field Summary
Fields Modifier and Type Field Description private String
visibility
The visibility of the room in the directory.
-
Constructor Summary
Constructors Constructor Description RoomVisibility()
-
-
-
Field Detail
-
visibility
private String visibility
The visibility of the room in the directory. One of: ["private", "public"]
-
-