Package io.github.ma1uta.matrix.event
Class FullyRead
- java.lang.Object
-
- io.github.ma1uta.matrix.event.Event<FullyReadContent>
-
- io.github.ma1uta.matrix.event.FullyRead
-
public class FullyRead extends Event<FullyReadContent>
The current location of the user's read marker in a room. This event appears in the user's room account data for the room the marker is applicable for.
-
-
Constructor Summary
Constructors Constructor Description FullyRead()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
The current location of the user's read marker in a room. This event appears in the user's room account data for the room the marker is applicable for.- See Also:
- Constant Field Values
-
roomId
private String roomId
Required. The ID of the room associated with this event.
-
-
Method Detail
-
getRoomId
public String getRoomId()
-
setRoomId
public void setRoomId(String roomId)
-
getType
public String getType()
Description copied from class:Event
Required. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.- Specified by:
getType
in classEvent<FullyReadContent>
- Returns:
- The type of the event.
-
-