Class BookmarksEditRequest

    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object