Package com.slack.api.methods.request.im
Class ImMarkRequest
java.lang.Object
com.slack.api.methods.request.im.ImMarkRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Direct message channel to set reading cursor in.getToken()Deprecated.Authentication token.getTs()Deprecated.Timestamp of the most recently seen message.inthashCode()Deprecated.voidsetChannel(String channel) Deprecated.Direct message channel to set reading cursor in.voidDeprecated.Authentication token.voidDeprecated.Timestamp of the most recently seen message.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `im:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Deprecated.Direct message channel to set reading cursor in. -
getTs
Deprecated.Timestamp of the most recently seen message. -
setToken
Deprecated.Authentication token. Requires scope: `im:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Deprecated.Direct message channel to set reading cursor in. -
setTs
Deprecated.Timestamp of the most recently seen message. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-