Class AdminConversationsBulkArchiveRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.conversations.AdminConversationsBulkArchiveRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsBulkArchiveRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.bulkArchive
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsBulkArchiveRequest.AdminConversationsBulkArchiveRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminConversationsBulkArchiveRequest.AdminConversationsBulkArchiveRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getChannelIds()An array of channel IDs.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelIds(List<String> channelIds)An array of channel IDs.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminConversationsBulkArchiveRequest.AdminConversationsBulkArchiveRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
canEqual
protected boolean canEqual(Object other)
-
-