Class MpimMarkRequest
- java.lang.Object
-
- com.slack.api.methods.request.mpim.MpimMarkRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class MpimMarkRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMpimMarkRequest.MpimMarkRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MpimMarkRequest.MpimMarkRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.multiparty 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.multiparty 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 MpimMarkRequest.MpimMarkRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `mpim:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Deprecated.multiparty 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: `mpim:write`
-
setChannel
public void setChannel(String channel)
Deprecated.multiparty 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.
-
-