Class BookmarksEditRequest

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

public class BookmarksEditRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/bookmarks.edit
  • 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 update.
    • getChannelId

      public String getChannelId()
      Channel to update bookmark in.
    • getLink

      public String getLink()
      Link to bookmark.
    • getEmoji

      public String getEmoji()
      Emoji tag to apply to the link.
    • getTitle

      public String getTitle()
      Title for the 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 update.
    • setChannelId

      public void setChannelId(String channelId)
      Channel to update bookmark in.
    • setLink

      public void setLink(String link)
      Link to bookmark.
    • setEmoji

      public void setEmoji(String emoji)
      Emoji tag to apply to the link.
    • setTitle

      public void setTitle(String title)
      Title for the 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