Class PinsRemoveRequest.PinsRemoveRequestBuilder
java.lang.Object
com.slack.api.methods.request.pins.PinsRemoveRequest.PinsRemoveRequestBuilder
- Enclosing class:
- PinsRemoveRequest
public static class PinsRemoveRequest.PinsRemoveRequestBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description PinsRemoveRequestbuild()PinsRemoveRequest.PinsRemoveRequestBuilderchannel(java.lang.String channel)Channel where the item is pinned to.PinsRemoveRequest.PinsRemoveRequestBuilderfile(java.lang.String file)Deprecated.PinsRemoveRequest.PinsRemoveRequestBuilderfileComment(java.lang.String fileComment)Deprecated.PinsRemoveRequest.PinsRemoveRequestBuildertimestamp(java.lang.String timestamp)Timestamp of the message to un-pin.PinsRemoveRequest.PinsRemoveRequestBuildertoken(java.lang.String token)Authentication token.java.lang.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 public PinsRemoveRequest.PinsRemoveRequestBuilder fileComment(java.lang.String fileComment)Deprecated.File comment to un-pin.- Returns:
this.
-
timestamp
Timestamp of the message to un-pin.- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-