Class Timeline
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.sync.Timeline
-
public class Timeline extends Object
Timeline.
-
-
Field Summary
Fields Modifier and Type Field Description private List<Event>eventsList of events.private BooleanlimitedTrue if the number of events returned was limited by the limit on the filter.private StringprevBatchA token that can be supplied to the from parameter of the rooms/{roomId}/messages endpoint.
-
Constructor Summary
Constructors Constructor Description Timeline()
-
Method Summary
Modifier and Type Method Description List<Event>getEvents()BooleangetLimited()StringgetPrevBatch()voidsetEvents(List<Event> events)voidsetLimited(Boolean limited)voidsetPrevBatch(String prevBatch)
-