Class BookmarksAddRequest.BookmarksAddRequestBuilder
java.lang.Object
com.slack.api.methods.request.bookmarks.BookmarksAddRequest.BookmarksAddRequestBuilder
- Enclosing class:
- BookmarksAddRequest
-
Method Details
-
token
Authentication token. Requires scope: `bookmarks:write`- Returns:
this.
-
channelId
Channel to add bookmark in.- Returns:
this.
-
title
Title for the bookmark.- Returns:
this.
-
type
Type of the bookmark i.e. link.- Returns:
this.
-
emoji
Emoji tag to apply to the link.- Returns:
this.
-
entityId
ID of the entity being bookmarked. Only applies to message and file types.- Returns:
this.
-
link
Link to bookmark.- Returns:
this.
-
parentId
Id of this bookmark's parent- Returns:
this.
-
build
-
toString
-