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