Class ConversationsArchiveRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsArchiveRequest
- All Implemented Interfaces:
SlackApiRequest
public class ConversationsArchiveRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConversationsArchiveRequest.ConversationsArchiveRequestBuilder -
Method Summary
Modifier and Type Method Description static ConversationsArchiveRequest.ConversationsArchiveRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()ID of conversation to archiveStringgetToken()Authentication token.inthashCode()voidsetChannel(String channel)ID of conversation to archivevoidsetToken(String token)Authentication token.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `conversations:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
ID of conversation to archive -
setToken
Authentication token. Requires scope: `conversations:write` -
setChannel
ID of conversation to archive -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-