Package com.slack.api.methods.request.im
Class ImMarkRequest
java.lang.Object
com.slack.api.methods.request.im.ImMarkRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ImMarkRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImMarkRequest.ImMarkRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static ImMarkRequest.ImMarkRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Direct message channel to set reading cursor in.StringgetToken()Deprecated.Authentication token.StringgetTs()Deprecated.Timestamp of the most recently seen message.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.Direct message channel to set reading cursor in.voidsetToken(String token)Deprecated.Authentication token.voidsetTs(String ts)Deprecated.Timestamp of the most recently seen message.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `im:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
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` -
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.
-