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
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 Details
-
builder
public static AdminConversationsWhitelistListGroupsLinkedToChannelRequest.AdminConversationsWhitelistListGroupsLinkedToChannelRequestBuilder builder()Deprecated. -
getToken
Deprecated.Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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.
-