Class ConversationsMarkRequest

java.lang.Object
com.slack.api.methods.request.conversations.ConversationsMarkRequest
All Implemented Interfaces:
SlackApiRequest

public class ConversationsMarkRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.mark
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getChannel

      public String getChannel()
      Channel or conversation to set the read cursor for.
    • getTs

      public String getTs()
      Unique identifier of message you want marked as most recently seen in this conversation.
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes.
      Specified by:
      setToken in interface SlackApiRequest
    • setChannel

      public void setChannel(String channel)
      Channel or conversation to set the read cursor for.
    • setTs

      public void setTs(String ts)
      Unique identifier of message you want marked as most recently seen in this conversation.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object