Class StarsRemoveRequest.StarsRemoveRequestBuilder
java.lang.Object
com.slack.api.methods.request.stars.StarsRemoveRequest.StarsRemoveRequestBuilder
- Enclosing class:
- StarsRemoveRequest
public static class StarsRemoveRequest.StarsRemoveRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description StarsRemoveRequestbuild()StarsRemoveRequest.StarsRemoveRequestBuilderchannel(String channel)Channel to remove star from, or channel where the message to remove star from was posted (used with `timestamp`).StarsRemoveRequest.StarsRemoveRequestBuilderfile(String file)File to remove star from.StarsRemoveRequest.StarsRemoveRequestBuilderfileComment(String fileComment)File comment to remove star from.StarsRemoveRequest.StarsRemoveRequestBuildertimestamp(String timestamp)Timestamp of the message to remove star from.StarsRemoveRequest.StarsRemoveRequestBuildertoken(String token)Authentication token.StringtoString()
-
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
-