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