Class AdminConversationsDisconnectSharedRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsDisconnectSharedRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsDisconnectSharedRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.disconnectShared
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsDisconnectSharedRequest.AdminConversationsDisconnectSharedRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminConversationsDisconnectSharedRequest.AdminConversationsDisconnectSharedRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()The channel to be disconnected from some workspaces.List<String>getLeavingTeamIds()The team to be removed from the channel.StringgetToken()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.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
public static AdminConversationsDisconnectSharedRequest.AdminConversationsDisconnectSharedRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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
-