Class Timeline


  • public class Timeline
    extends Object
    Timeline.
    • Field Detail

      • events

        private List<Event> events
        List of events.
      • limited

        private Boolean limited
        True if the number of events returned was limited by the limit on the filter.
      • prevBatch

        private String prevBatch
        A token that can be supplied to the from parameter of the rooms/{roomId}/messages endpoint.
    • Constructor Detail

      • Timeline

        public Timeline()
    • Method Detail

      • setEvents

        public void setEvents​(List<Event> events)
      • getLimited

        public Boolean getLimited()
      • setLimited

        public void setLimited​(Boolean limited)
      • getPrevBatch

        public String getPrevBatch()
      • setPrevBatch

        public void setPrevBatch​(String prevBatch)