Class PinsAddRequest.PinsAddRequestBuilder
java.lang.Object
com.slack.api.methods.request.pins.PinsAddRequest.PinsAddRequestBuilder
- Enclosing class:
- PinsAddRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Channel to pin the item in.Deprecated.fileComment(String fileComment) Deprecated.Timestamp of the message to pin.Authentication token.toString()
-
Method Details
-
token
Authentication token. Requires scope: `pins:write`- Returns:
this.
-
channel
Channel to pin the item in.- Returns:
this.
-
file
Deprecated.File to pin.- Returns:
this.
-
fileComment
Deprecated.File comment to pin.- Returns:
this.
-
timestamp
Timestamp of the message to pin.- Returns:
this.
-
build
-
toString
-