Class RoomVisibility
- java.lang.Object
-
- io.github.ma1uta.matrix.application.model.RoomVisibility
-
public class RoomVisibility extends Object
JSON body request of the room service api.
-
-
Field Summary
Fields Modifier and Type Field Description private String
visibility
Required.
-
Constructor Summary
Constructors Constructor Description RoomVisibility()
-
-
-
Field Detail
-
visibility
private String visibility
Required. Whether the room should be visible (public) in the directory or not (private). One of: ["public", "private"].
-
-