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.https://api.slack.com/methods/admin.conversations.whitelist.listGroupsLinkedToChannel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsWhitelistListGroupsLinkedToChannelRequest.AdminConversationsWhitelistListGroupsLinkedToChannelRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdminConversationsWhitelistListGroupsLinkedToChannelRequest.AdminConversationsWhitelistListGroupsLinkedToChannelRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannelId()Deprecated.StringgetTeamId()Deprecated.The workspace where the channel exists.StringgetToken()Deprecated.Authentication token bearing required scopes.inthashCode()Deprecated.voidsetChannelId(String channelId)Deprecated.voidsetTeamId(String teamId)Deprecated.The workspace where the channel exists.voidsetToken(String token)Deprecated.Authentication token bearing required scopes.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static AdminConversationsWhitelistListGroupsLinkedToChannelRequest.AdminConversationsWhitelistListGroupsLinkedToChannelRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
public String getChannelId()
Deprecated.
-
getTeamId
public String 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
public void setToken(String token)
Deprecated.Authentication token bearing required scopes.
-
setChannelId
public void setChannelId(String channelId)
Deprecated.
-
setTeamId
public void setTeamId(String teamId)
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.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-