Class ConversationsMarkRequest

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

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

    Nested Classes 
    Modifier and Type Class Description
    static class  ConversationsMarkRequest.ConversationsMarkRequestBuilder  
  • Method Summary

    Modifier and Type Method Description
    static ConversationsMarkRequest.ConversationsMarkRequestBuilder builder()  
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getChannel()
    Channel or conversation to set the read cursor for.
    java.lang.String getToken()
    Authentication token bearing required scopes.
    java.lang.String getTs()
    Unique identifier of message you want marked as most recently seen in this conversation.
    int hashCode()  
    void setChannel​(java.lang.String channel)
    Channel or conversation to set the read cursor for.
    void setToken​(java.lang.String token)
    Authentication token bearing required scopes.
    void setTs​(java.lang.String ts)
    Unique identifier of message you want marked as most recently seen in this conversation.
    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()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
    • getChannel

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

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

      public void setToken​(java.lang.String token)
      Authentication token bearing required scopes.
    • setChannel

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

      public void setTs​(java.lang.String ts)
      Unique identifier of message you want marked as most recently seen in this conversation.
    • 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