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
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 Details
-
builder
public static AdminConversationsWhitelistAddRequest.AdminConversationsWhitelistAddRequestBuilder builder()Deprecated. -
getToken
Deprecated.Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
Deprecated.The channel to whitelist a group for. -
getGroupId
Deprecated.The IDP Group ID to whitelist for the private channel. -
getTeamId
Deprecated.The workspace where the IDP Group and channel exist. -
setToken
Deprecated.Authentication token bearing required scopes. -
setChannelId
Deprecated.The channel to whitelist a group for. -
setGroupId
Deprecated.The IDP Group ID to whitelist for the private channel. -
setTeamId
Deprecated.The workspace where the IDP Group and channel exist. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-