Class AdminConversationsDisconnectSharedRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsDisconnectSharedRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.disconnectShared
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe channel to be disconnected from some workspaces.The team to be removed from the channel.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId) The channel to be disconnected from some workspaces.voidsetLeavingTeamIds(List<String> leavingTeamIds) The team to be removed from the channel.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminConversationsDisconnectSharedRequest.AdminConversationsDisconnectSharedRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelId
The channel to be disconnected from some workspaces. -
getLeavingTeamIds
The team to be removed from the channel. Currently only a single team id can be specified. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
The channel to be disconnected from some workspaces. -
setLeavingTeamIds
The team to be removed from the channel. Currently only a single team id can be specified. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-