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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 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 Detail
-
builder
public static ImMarkRequest.ImMarkRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `im:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Deprecated.Direct message channel to set reading cursor in.
-
getTs
public String getTs()
Deprecated.Timestamp of the most recently seen message.
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `im:write`
-
setChannel
public void setChannel(String channel)
Deprecated.Direct message channel to set reading cursor in.
-
setTs
public void setTs(String ts)
Deprecated.Timestamp of the most recently seen message.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-