Class ReactionsRemoveRequest
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
public class ReactionsRemoveRequest extends java.lang.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(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetChannel()Channel where the message to remove reaction from was posted.java.lang.StringgetFile()File to remove reaction from.java.lang.StringgetFileComment()File comment to remove reaction from.java.lang.StringgetName()Reaction (emoji) name.java.lang.StringgetTimestamp()Timestamp of the message to remove reaction from.java.lang.StringgetToken()Authentication token.inthashCode()voidsetChannel(java.lang.String channel)Channel where the message to remove reaction from was posted.voidsetFile(java.lang.String file)File to remove reaction from.voidsetFileComment(java.lang.String fileComment)File comment to remove reaction from.voidsetName(java.lang.String name)Reaction (emoji) name.voidsetTimestamp(java.lang.String timestamp)Timestamp of the message to remove reaction from.voidsetToken(java.lang.String token)Authentication token.java.lang.StringtoString()
-
Method Details
-
builder
-
getToken
public java.lang.String getToken()Authentication token. Requires scope: `reactions:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getName
public java.lang.String getName()Reaction (emoji) name. -
getFile
public java.lang.String getFile()File to remove reaction from. -
getFileComment
public java.lang.String getFileComment()File comment to remove reaction from. -
getChannel
public java.lang.String getChannel()Channel where the message to remove reaction from was posted. -
getTimestamp
public java.lang.String getTimestamp()Timestamp of the message to remove reaction from. -
setToken
public void setToken(java.lang.String token)Authentication token. Requires scope: `reactions:write` -
setName
public void setName(java.lang.String name)Reaction (emoji) name. -
setFile
public void setFile(java.lang.String file)File to remove reaction from. -
setFileComment
public void setFileComment(java.lang.String fileComment)File comment to remove reaction from. -
setChannel
public void setChannel(java.lang.String channel)Channel where the message to remove reaction from was posted. -
setTimestamp
public void setTimestamp(java.lang.String timestamp)Timestamp of the message to remove reaction from. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-