Class ChatScheduledMessagesListRequest

    • Method Detail

      • getChannel

        public String getChannel()
        The channel of the scheduled messages
      • getCursor

        public String getCursor()
        For pagination purposes, this is the cursor value returned from a previous call to chat.scheduledmessages.list indicating where you want to start this call from.
      • getLatest

        public String getLatest()
        A UNIX timestamp of the latest value in the time range
      • getLimit

        public Integer getLimit()
        Maximum number of original entries to return.
      • getOldest

        public String getOldest()
        A UNIX timestamp of the oldest value in the time range
      • getTeamId

        public String getTeamId()
        Required for org-wide apps.
      • setToken

        public void setToken​(String token)
      • setChannel

        public void setChannel​(String channel)
        The channel of the scheduled messages
      • setCursor

        public void setCursor​(String cursor)
        For pagination purposes, this is the cursor value returned from a previous call to chat.scheduledmessages.list indicating where you want to start this call from.
      • setLatest

        public void setLatest​(String latest)
        A UNIX timestamp of the latest value in the time range
      • setLimit

        public void setLimit​(Integer limit)
        Maximum number of original entries to return.
      • setOldest

        public void setOldest​(String oldest)
        A UNIX timestamp of the oldest value in the time range
      • setTeamId

        public void setTeamId​(String teamId)
        Required for org-wide apps.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object