Class BookmarksRemoveRequest

    • Method Detail

      • getToken

        public String getToken()
        Authentication token. Requires scope: `bookmarks:write`
        Specified by:
        getToken in interface SlackApiRequest
      • 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`
      • setBookmarkId

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

        public void setChannelId​(String channelId)
        Channel to remove bookmark.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object