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