Class MpimHistoryRequest

    • Method Detail

      • getToken

        public String getToken()
        Deprecated.
        Authentication token. Requires scope: `mpim:history`
        Specified by:
        getToken in interface SlackApiRequest
      • getChannel

        public String getChannel()
        Deprecated.
        Multiparty direct message to fetch history for.
      • getOldest

        public String getOldest()
        Deprecated.
        Start of time range of messages to include in results.
      • getLatest

        public String getLatest()
        Deprecated.
        End of time range of messages to include in results.
      • getCount

        public Integer getCount()
        Deprecated.
        Number of messages to return, between 1 and 1000.
      • isInclusive

        public boolean isInclusive()
        Deprecated.
        Include messages with latest or oldest timestamp in results.
      • isUnreads

        public boolean isUnreads()
        Deprecated.
        Include `unread_count_display` in the output?
      • setToken

        public void setToken​(String token)
        Deprecated.
        Authentication token. Requires scope: `mpim:history`
      • setChannel

        public void setChannel​(String channel)
        Deprecated.
        Multiparty direct message to fetch history for.
      • setOldest

        public void setOldest​(String oldest)
        Deprecated.
        Start of time range of messages to include in results.
      • setLatest

        public void setLatest​(String latest)
        Deprecated.
        End of time range of messages to include in results.
      • setCount

        public void setCount​(Integer count)
        Deprecated.
        Number of messages to return, between 1 and 1000.
      • setInclusive

        public void setInclusive​(boolean inclusive)
        Deprecated.
        Include messages with latest or oldest timestamp in results.
      • setUnreads

        public void setUnreads​(boolean unreads)
        Deprecated.
        Include `unread_count_display` in the output?
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(Object other)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object