Class BookmarksEditRequest
java.lang.Object
com.slack.api.methods.request.bookmarks.BookmarksEditRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/bookmarks.edit
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanBookmark to update.Channel to update bookmark in.getEmoji()Emoji tag to apply to the link.getLink()Link to bookmark.getTitle()Title for the bookmark.getToken()Authentication token.inthashCode()voidsetBookmarkId(String bookmarkId) Bookmark to update.voidsetChannelId(String channelId) Channel to update bookmark in.voidEmoji tag to apply to the link.voidLink to bookmark.voidTitle for the bookmark.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `bookmarks:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getBookmarkId
Bookmark to update. -
getChannelId
Channel to update bookmark in. -
getLink
Link to bookmark. -
getEmoji
Emoji tag to apply to the link. -
getTitle
Title for the bookmark. -
setToken
Authentication token. Requires scope: `bookmarks:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setBookmarkId
Bookmark to update. -
setChannelId
Channel to update bookmark in. -
setLink
Link to bookmark. -
setEmoji
Emoji tag to apply to the link. -
setTitle
Title for the bookmark. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-