Class ChatDeleteRequest
java.lang.Object
com.slack.api.methods.request.chat.ChatDeleteRequest
- All Implemented Interfaces:
SlackApiRequest
public class ChatDeleteRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChatDeleteRequest.ChatDeleteRequestBuilder -
Method Summary
Modifier and Type Method Description static ChatDeleteRequest.ChatDeleteRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()Channel containing the message to be deleted.StringgetToken()Authentication token.StringgetTs()Timestamp of the message to be deleted.inthashCode()BooleanisAsUser()voidsetAsUser(Boolean asUser)voidsetChannel(String channel)Channel containing the message to be deleted.voidsetToken(String token)Authentication token.voidsetTs(String ts)Timestamp of the message to be deleted.StringtoString()
-
Method Details
-
isAsUser
-
setAsUser
-
builder
-
getToken
Authentication token. Requires scope: `chat:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getTs
Timestamp of the message to be deleted. -
getChannel
Channel containing the message to be deleted. -
setToken
Authentication token. Requires scope: `chat:write` -
setTs
Timestamp of the message to be deleted. -
setChannel
Channel containing the message to be deleted. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-