Class RoomEventsCriteria.Key
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria.Key
-
- Enclosing class:
- RoomEventsCriteria
public static class RoomEventsCriteria.Key extends Object
The keys to search. Possible values.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_BODY
Body.static String
CONTENT_NAME
Name.static String
CONTENT_TOPIC
Topic.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Key()
-
-
-
Field Detail
-
CONTENT_BODY
public static final String CONTENT_BODY
Body.- See Also:
- Constant Field Values
-
CONTENT_NAME
public static final String CONTENT_NAME
Name.- See Also:
- Constant Field Values
-
CONTENT_TOPIC
public static final String CONTENT_TOPIC
Topic.- See Also:
- Constant Field Values
-
-