Class GroupsHistoryRequest

java.lang.Object
com.slack.api.methods.request.groups.GroupsHistoryRequest
All Implemented Interfaces:
SlackApiRequest

@Deprecated
public class GroupsHistoryRequest
extends java.lang.Object
implements SlackApiRequest
Deprecated.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  GroupsHistoryRequest.GroupsHistoryRequestBuilder
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    static GroupsHistoryRequest.GroupsHistoryRequestBuilder builder()
    Deprecated.
     
    protected boolean canEqual​(java.lang.Object other)
    Deprecated.
     
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    java.lang.String getChannel()
    Deprecated.
    Direct message channel to fetch history for.
    java.lang.Integer getCount()
    Deprecated.
    Number of messages to return, between 1 and 1000.
    java.lang.String getLatest()
    Deprecated.
    End of time range of messages to include in results.
    java.lang.String getOldest()
    Deprecated.
    Start of time range of messages to include in results.
    java.lang.String getToken()
    Deprecated.
    Authentication token.
    int hashCode()
    Deprecated.
     
    boolean isInclusive()
    Deprecated.
    Include messages with latest or oldest timestamp in results.
    boolean isUnreads()
    Deprecated.
    Include `unread_count_display` in the output?
    void setChannel​(java.lang.String channel)
    Deprecated.
    Direct message channel to fetch history for.
    void setCount​(java.lang.Integer count)
    Deprecated.
    Number of messages to return, between 1 and 1000.
    void setInclusive​(boolean inclusive)
    Deprecated.
    Include messages with latest or oldest timestamp in results.
    void setLatest​(java.lang.String latest)
    Deprecated.
    End of time range of messages to include in results.
    void setOldest​(java.lang.String oldest)
    Deprecated.
    Start of time range of messages to include in results.
    void setToken​(java.lang.String token)
    Deprecated.
    Authentication token.
    void setUnreads​(boolean unreads)
    Deprecated.
    Include `unread_count_display` in the output?
    java.lang.String toString()
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • builder

      Deprecated.
    • getToken

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

      public java.lang.String getChannel()
      Deprecated.
      Direct message channel to fetch history for.
    • getOldest

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

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

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

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

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

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

      public void setChannel​(java.lang.String channel)
      Deprecated.
      Direct message channel to fetch history for.
    • setOldest

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

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

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

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

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

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

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

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class java.lang.Object