Class PinsRemoveRequest.PinsRemoveRequestBuilder
java.lang.Object
com.slack.api.methods.request.pins.PinsRemoveRequest.PinsRemoveRequestBuilder
- Enclosing class:
- PinsRemoveRequest
public static class PinsRemoveRequest.PinsRemoveRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description PinsRemoveRequestbuild()PinsRemoveRequest.PinsRemoveRequestBuilderchannel(String channel)Channel where the item is pinned to.PinsRemoveRequest.PinsRemoveRequestBuilderfile(String file)Deprecated.PinsRemoveRequest.PinsRemoveRequestBuilderfileComment(String fileComment)Deprecated.PinsRemoveRequest.PinsRemoveRequestBuildertimestamp(String timestamp)Timestamp of the message to un-pin.PinsRemoveRequest.PinsRemoveRequestBuildertoken(String token)Authentication token.StringtoString()
-
Method Details
-
token
Authentication token. Requires scope: `pins:write`- Returns:
this.
-
channel
Channel where the item is pinned to.- Returns:
this.
-
file
Deprecated.File to un-pin.- Returns:
this.
-
fileComment
Deprecated.File comment to un-pin.- Returns:
this.
-
timestamp
Timestamp of the message to un-pin.- Returns:
this.
-
build
-
toString
-