Class RoomApi.Preset
- java.lang.Object
-
- io.github.ma1uta.matrix.client.api.RoomApi.Preset
-
-
Field Summary
Fields Modifier and Type Field Description static String
PRIVATE_CHAT
Private.static String
PUBLIC_CHAT
Public.static String
TRUSTED_PRIVATE_CHAT
Trusted.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Preset()
-
-
-
Field Detail
-
PRIVATE_CHAT
public static final String PRIVATE_CHAT
Private.- See Also:
- Constant Field Values
-
PUBLIC_CHAT
public static final String PUBLIC_CHAT
Public.- See Also:
- Constant Field Values
-
TRUSTED_PRIVATE_CHAT
public static final String TRUSTED_PRIVATE_CHAT
Trusted.- See Also:
- Constant Field Values
-
-