Class BookmarksEditRequest.BookmarksEditRequestBuilder
java.lang.Object
com.slack.api.methods.request.bookmarks.BookmarksEditRequest.BookmarksEditRequestBuilder
- Enclosing class:
- BookmarksEditRequest
-
Method Summary
Modifier and TypeMethodDescriptionbookmarkId(String bookmarkId) Bookmark to update.build()Channel to update bookmark in.Emoji tag to apply to the link.Link to bookmark.Title for the bookmark.Authentication token.toString()
-
Method Details
-
token
Authentication token. Requires scope: `bookmarks:write`- Returns:
this.
-
bookmarkId
Bookmark to update.- Returns:
this.
-
channelId
Channel to update bookmark in.- Returns:
this.
-
link
Link to bookmark.- Returns:
this.
-
emoji
Emoji tag to apply to the link.- Returns:
this.
-
title
Title for the bookmark.- Returns:
this.
-
build
-
toString
-