Class ReactionsRemoveRequest
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
public class ReactionsRemoveRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReactionsRemoveRequest.ReactionsRemoveRequestBuilder -
Method Summary
Modifier and Type Method Description static ReactionsRemoveRequest.ReactionsRemoveRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()Channel where the message to remove reaction from was posted.StringgetFile()File to remove reaction from.StringgetFileComment()File comment to remove reaction from.StringgetName()Reaction (emoji) name.StringgetTimestamp()Timestamp of the message to remove reaction from.StringgetToken()Authentication token.inthashCode()voidsetChannel(String channel)Channel where the message to remove reaction from was posted.voidsetFile(String file)File to remove reaction from.voidsetFileComment(String fileComment)File comment to remove reaction from.voidsetName(String name)Reaction (emoji) name.voidsetTimestamp(String timestamp)Timestamp of the message to remove reaction from.voidsetToken(String token)Authentication token.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `reactions:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getName
Reaction (emoji) name. -
getFile
File to remove reaction from. -
getFileComment
File comment to remove reaction from. -
getChannel
Channel where the message to remove reaction from was posted. -
getTimestamp
Timestamp of the message to remove reaction from. -
setToken
Authentication token. Requires scope: `reactions:write` -
setName
Reaction (emoji) name. -
setFile
File to remove reaction from. -
setFileComment
File comment to remove reaction from. -
setChannel
Channel where the message to remove reaction from was posted. -
setTimestamp
Timestamp of the message to remove reaction from. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-