Class ChatScheduledMessagesListRequest

java.lang.Object
com.slack.api.methods.request.chat.scheduled_messages.ChatScheduledMessagesListRequest
All Implemented Interfaces:
SlackApiRequest

public class ChatScheduledMessagesListRequest
extends java.lang.Object
implements SlackApiRequest
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ChatScheduledMessagesListRequest.ChatScheduledMessagesListRequestBuilder  
  • Method Summary

    Modifier and Type Method Description
    static ChatScheduledMessagesListRequest.ChatScheduledMessagesListRequestBuilder builder()  
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getChannel()
    The channel of the scheduled messages
    java.lang.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.
    java.lang.String getLatest()
    A UNIX timestamp of the latest value in the time range
    java.lang.Integer getLimit()
    Maximum number of original entries to return.
    java.lang.String getOldest()
    A UNIX timestamp of the oldest value in the time range
    java.lang.String getTeamId()
    Required for org-wide apps.
    java.lang.String getToken()  
    int hashCode()  
    void setChannel​(java.lang.String channel)
    The channel of the scheduled messages
    void setCursor​(java.lang.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.
    void setLatest​(java.lang.String latest)
    A UNIX timestamp of the latest value in the time range
    void setLimit​(java.lang.Integer limit)
    Maximum number of original entries to return.
    void setOldest​(java.lang.String oldest)
    A UNIX timestamp of the oldest value in the time range
    void setTeamId​(java.lang.String teamId)
    Required for org-wide apps.
    void setToken​(java.lang.String token)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • builder

    • getToken

      public java.lang.String getToken()
      Specified by:
      getToken in interface SlackApiRequest
    • getChannel

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

      public java.lang.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 java.lang.String getLatest()
      A UNIX timestamp of the latest value in the time range
    • getLimit

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

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

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

      public void setToken​(java.lang.String token)
    • setChannel

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

      public void setCursor​(java.lang.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​(java.lang.String latest)
      A UNIX timestamp of the latest value in the time range
    • setLimit

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

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

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

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

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

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

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