Class AdminConversationsWhitelistAddRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.conversations.whitelist.AdminConversationsWhitelistAddRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class AdminConversationsWhitelistAddRequest extends Object implements SlackApiRequest
Deprecated.https://api.slack.com/methods/admin.conversations.whitelist.add
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsWhitelistAddRequest.AdminConversationsWhitelistAddRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdminConversationsWhitelistAddRequest.AdminConversationsWhitelistAddRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannelId()Deprecated.The channel to whitelist a group for.StringgetGroupId()Deprecated.The IDP Group ID to whitelist for the private channel.StringgetTeamId()Deprecated.The workspace where the IDP Group and channel exist.StringgetToken()Deprecated.Authentication token bearing required scopes.inthashCode()Deprecated.voidsetChannelId(String channelId)Deprecated.The channel to whitelist a group for.voidsetGroupId(String groupId)Deprecated.The IDP Group ID to whitelist for the private channel.voidsetTeamId(String teamId)Deprecated.The workspace where the IDP Group and channel exist.voidsetToken(String token)Deprecated.Authentication token bearing required scopes.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static AdminConversationsWhitelistAddRequest.AdminConversationsWhitelistAddRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
public String getChannelId()
Deprecated.The channel to whitelist a group for.
-
getGroupId
public String getGroupId()
Deprecated.The IDP Group ID to whitelist for the private channel.
-
getTeamId
public String getTeamId()
Deprecated.The workspace where the IDP Group and channel exist.
-
setToken
public void setToken(String token)
Deprecated.Authentication token bearing required scopes.
-
setChannelId
public void setChannelId(String channelId)
Deprecated.The channel to whitelist a group for.
-
setGroupId
public void setGroupId(String groupId)
Deprecated.The IDP Group ID to whitelist for the private channel.
-
setTeamId
public void setTeamId(String teamId)
Deprecated.The workspace where the IDP Group and channel exist.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-