Class StarsAddRequest.StarsAddRequestBuilder
java.lang.Object
com.slack.api.methods.request.stars.StarsAddRequest.StarsAddRequestBuilder
- Enclosing class:
- StarsAddRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Channel to add star to, or channel where the message to add star to was posted (used with `timestamp`).File to add star to.fileComment
(String fileComment) File comment to add star to.Timestamp of the message to add star to.Authentication token.toString()
-
Method Details
-
token
Authentication token. Requires scope: `stars:write`- Returns:
this
.
-
file
File to add star to.- Returns:
this
.
-
fileComment
File comment to add star to.- Returns:
this
.
-
channel
Channel to add star to, or channel where the message to add star to was posted (used with `timestamp`).- Returns:
this
.
-
timestamp
Timestamp of the message to add star to.- Returns:
this
.
-
build
-
toString
-