Class BookmarksRemoveRequest

java.lang.Object
com.slack.api.methods.request.bookmarks.BookmarksRemoveRequest
All Implemented Interfaces:
SlackApiRequest

public class BookmarksRemoveRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/bookmarks.remove
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token. Requires scope: `bookmarks:write`
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getBookmarkId

      public String getBookmarkId()
      Bookmark to remove.
    • getChannelId

      public String getChannelId()
      Channel to remove bookmark.
    • setToken

      public void setToken(String token)
      Authentication token. Requires scope: `bookmarks:write`
      Specified by:
      setToken in interface SlackApiRequest
    • setBookmarkId

      public void setBookmarkId(String bookmarkId)
      Bookmark to remove.
    • setChannelId

      public void setChannelId(String channelId)
      Channel to remove bookmark.
    • 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