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