Class AdminConversationsArchiveRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsArchiveRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsArchiveRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.archive
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsArchiveRequest.AdminConversationsArchiveRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminConversationsArchiveRequest.AdminConversationsArchiveRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()The channel to archive.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId)The channel to archive.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
The channel to archive. -
setToken
Authentication token bearing required scopes. -
setChannelId
The channel to archive. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-