Class BookmarksListRequest
- java.lang.Object
-
- com.slack.api.methods.request.bookmarks.BookmarksListRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class BookmarksListRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/bookmarks.list
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBookmarksListRequest.BookmarksListRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BookmarksListRequest.BookmarksListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()Channel to list bookmarks in.StringgetToken()Authentication token.inthashCode()voidsetChannelId(String channelId)Channel to list bookmarks in.voidsetToken(String token)Authentication token.StringtoString()
-
-
-
Method Detail
-
builder
public static BookmarksListRequest.BookmarksListRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `bookmarks:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelId
public String getChannelId()
Channel to list bookmarks in.
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `bookmarks:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
public void setChannelId(String channelId)
Channel to list bookmarks in.
-
canEqual
protected boolean canEqual(Object other)
-
-