Class ReactionsListRequest
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/reactions.list
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetCount()getLimit()getPage()Required for org-wide apps.getToken()Authentication token.getUser()Show reactions made by this user.inthashCode()booleanisFull()If true always return the complete reaction list.voidvoidvoidsetFull(boolean full) If true always return the complete reaction list.voidvoidvoidRequired for org-wide apps.voidAuthentication token.voidShow reactions made by this user.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `reactions:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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
-
getLimit
-
getCursor
-
getTeamId
Required for org-wide apps. -
setToken
Authentication token. Requires scope: `reactions:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
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
-
setLimit
-
setCursor
-
setTeamId
Required for org-wide apps. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-