Class GroupsMarkRequest
java.lang.Object
com.slack.api.methods.request.groups.GroupsMarkRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsMarkRequest extends java.lang.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(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.java.lang.StringgetChannel()Deprecated.Private channel to set reading cursor in.java.lang.StringgetToken()Deprecated.Authentication token.java.lang.StringgetTs()Deprecated.Timestamp of the most recently seen message.inthashCode()Deprecated.voidsetChannel(java.lang.String channel)Deprecated.Private channel to set reading cursor in.voidsetToken(java.lang.String token)Deprecated.Authentication token.voidsetTs(java.lang.String ts)Deprecated.Timestamp of the most recently seen message.java.lang.StringtoString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
public java.lang.String getToken()Deprecated.Authentication token. Requires scope: `groups:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public java.lang.String getChannel()Deprecated.Private channel to set reading cursor in. -
getTs
public java.lang.String getTs()Deprecated.Timestamp of the most recently seen message. -
setToken
public void setToken(java.lang.String token)Deprecated.Authentication token. Requires scope: `groups:write` -
setChannel
public void setChannel(java.lang.String channel)Deprecated.Private channel to set reading cursor in. -
setTs
public void setTs(java.lang.String ts)Deprecated.Timestamp of the most recently seen message. -
equals
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)Deprecated. -
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-