Class BookmarksRemoveRequest
java.lang.Object
com.slack.api.methods.request.bookmarks.BookmarksRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
-
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
-
getBookmarkId
Bookmark to remove. -
getChannelId
Channel to remove bookmark. -
setToken
Authentication token. Requires scope: `bookmarks:write` -
setBookmarkId
Bookmark to remove. -
setChannelId
Channel to remove bookmark. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-