Class PinsRemoveRequest
java.lang.Object
com.slack.api.methods.request.pins.PinsRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/pins.remove
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanChannel where the item is pinned to.getFile()Deprecated.Deprecated.Timestamp of the message to un-pin.getToken()Authentication token.inthashCode()voidsetChannel(String channel) Channel where the item is pinned to.voidDeprecated.voidsetFileComment(String fileComment) Deprecated.voidsetTimestamp(String timestamp) Timestamp of the message to un-pin.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `pins:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Channel where the item is pinned to. -
getFile
Deprecated.File to un-pin. -
getFileComment
Deprecated.File comment to un-pin. -
getTimestamp
Timestamp of the message to un-pin. -
setToken
Authentication token. Requires scope: `pins:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Channel where the item is pinned to. -
setFile
Deprecated.File to un-pin. -
setFileComment
Deprecated.File comment to un-pin. -
setTimestamp
Timestamp of the message to un-pin. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-