Class ReactionsAddRequest.ReactionsAddRequestBuilder
java.lang.Object
com.slack.api.methods.request.reactions.ReactionsAddRequest.ReactionsAddRequestBuilder
- Enclosing class:
- ReactionsAddRequest
public static class ReactionsAddRequest.ReactionsAddRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description ReactionsAddRequestbuild()ReactionsAddRequest.ReactionsAddRequestBuilderchannel(String channel)Channel where the message to add reaction to was posted.ReactionsAddRequest.ReactionsAddRequestBuilderfile(String file)File to add reaction to.ReactionsAddRequest.ReactionsAddRequestBuilderfileComment(String fileComment)File comment to add reaction to.ReactionsAddRequest.ReactionsAddRequestBuildername(String name)Reaction (emoji) name.ReactionsAddRequest.ReactionsAddRequestBuildertimestamp(String timestamp)Timestamp of the message to add reaction to.ReactionsAddRequest.ReactionsAddRequestBuildertoken(String token)Authentication token.StringtoString()
-
Method Details
-
token
Authentication token. Requires scope: `reactions:write`- Returns:
this.
-
name
Reaction (emoji) name.- Returns:
this.
-
file
File to add reaction to.- Returns:
this.
-
fileComment
File comment to add reaction to.- Returns:
this.
-
channel
Channel where the message to add reaction to was posted.- Returns:
this.
-
timestamp
Timestamp of the message to add reaction to.- Returns:
this.
-
build
-
toString
-