Class AdminConversationsBulkDeleteRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsBulkDeleteRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.bulkDelete
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanAn array of channel IDs.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelIds(List<String> channelIds) An array of channel IDs.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminConversationsBulkDeleteRequest.AdminConversationsBulkDeleteRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelIds
An array of channel IDs. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelIds
An array of channel IDs. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-