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 class
ImMarkRequest.ImMarkRequestBuilder
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ImMarkRequest.ImMarkRequestBuilder
builder()
Deprecated.protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.String
getChannel()
Deprecated.Direct message channel to set reading cursor in.String
getToken()
Deprecated.Authentication token.String
getTs()
Deprecated.Timestamp of the most recently seen message.int
hashCode()
Deprecated.void
setChannel(String channel)
Deprecated.Direct message channel to set reading cursor in.void
setToken(String token)
Deprecated.Authentication token.void
setTs(String ts)
Deprecated.Timestamp of the most recently seen message.String
toString()
Deprecated.
-
-
-
Method Detail
-
builder
public static ImMarkRequest.ImMarkRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `im:write`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
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`- Specified by:
setToken
in interfaceSlackApiRequest
-
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.
-
-