Class GroupsMarkRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsMarkRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsMarkRequest extends Object implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupsMarkRequest.GroupsMarkRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static GroupsMarkRequest.GroupsMarkRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Private 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.Private 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: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
Deprecated.Private channel to set reading cursor in. -
getTs
Deprecated.Timestamp of the most recently seen message. -
setToken
Deprecated.Authentication token. Requires scope: `groups:write` -
setChannel
Deprecated.Private 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.
-