Class PinsRemoveRequest.PinsRemoveRequestBuilder
java.lang.Object
com.slack.api.methods.request.pins.PinsRemoveRequest.PinsRemoveRequestBuilder
- Enclosing class:
- PinsRemoveRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Channel where the item is pinned to.Deprecated.fileComment(String fileComment) Deprecated.Timestamp of the message to un-pin.Authentication token.toString()
-
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
-