Class BookmarksRemoveRequest
java.lang.Object
com.slack.api.methods.request.bookmarks.BookmarksRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/bookmarks.remove
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanBookmark to remove.Channel to remove bookmark.getToken()Authentication token.inthashCode()voidsetBookmarkId(String bookmarkId) Bookmark to remove.voidsetChannelId(String channelId) Channel to remove 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 remove. -
getChannelId
Channel to remove bookmark. -
setToken
Authentication token. Requires scope: `bookmarks:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setBookmarkId
Bookmark to remove. -
setChannelId
Channel to remove bookmark. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-