Class AdminConversationsWhitelistListGroupsLinkedToChannelRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.whitelist.AdminConversationsWhitelistListGroupsLinkedToChannelRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated
public class AdminConversationsWhitelistListGroupsLinkedToChannelRequest
extends Object
implements SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Deprecated.The workspace where the channel exists.getToken()Deprecated.Authentication token bearing required scopes.inthashCode()Deprecated.voidsetChannelId(String channelId) Deprecated.voidDeprecated.The workspace where the channel exists.voidDeprecated.Authentication token bearing required scopes.toString()Deprecated.
-
Method Details
-
builder
public static AdminConversationsWhitelistListGroupsLinkedToChannelRequest.AdminConversationsWhitelistListGroupsLinkedToChannelRequestBuilder builder()Deprecated. -
getToken
Deprecated.Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelId
Deprecated. -
getTeamId
Deprecated.The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization. -
setToken
Deprecated.Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
Deprecated. -
setTeamId
Deprecated.The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-