Class ReactionsListRequest
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsListRequest
- All Implemented Interfaces:
SlackApiRequest
public class ReactionsListRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReactionsListRequest.ReactionsListRequestBuilder -
Method Summary
Modifier and Type Method Description static ReactionsListRequest.ReactionsListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IntegergetCount()IntegergetPage()StringgetTeamId()Required for org-wide apps.StringgetToken()Authentication token.StringgetUser()Show reactions made by this user.inthashCode()booleanisFull()If true always return the complete reaction list.voidsetCount(Integer count)voidsetFull(boolean full)If true always return the complete reaction list.voidsetPage(Integer page)voidsetTeamId(String teamId)Required for org-wide apps.voidsetToken(String token)Authentication token.voidsetUser(String user)Show reactions made by this user.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `reactions:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getUser
Show reactions made by this user. Defaults to the authed user. -
isFull
public boolean isFull()If true always return the complete reaction list. -
getCount
-
getPage
-
getTeamId
Required for org-wide apps. -
setToken
Authentication token. Requires scope: `reactions:read` -
setUser
Show reactions made by this user. Defaults to the authed user. -
setFull
public void setFull(boolean full)If true always return the complete reaction list. -
setCount
-
setPage
-
setTeamId
Required for org-wide apps. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-