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