Class AdminConversationsWhitelistRemoveRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.whitelist.AdminConversationsWhitelistRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class AdminConversationsWhitelistRemoveRequest extends Object implements SlackApiRequest
Deprecated.
https://api.slack.com/methods/admin.conversations.whitelist.remove
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static AdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannelId()Deprecated.The channel to remove a whitelisted group for.StringgetGroupId()Deprecated.The IDP Group ID to remove from the private channel whitelist.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 remove a whitelisted group for.voidsetGroupId(String groupId)Deprecated.The IDP Group ID to remove from the private channel whitelist.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 AdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilder builder()Deprecated. -
getToken
Deprecated.Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
Deprecated.The channel to remove a whitelisted group for. -
getGroupId
Deprecated.The IDP Group ID to remove from the private channel whitelist. -
getTeamId
Deprecated.The workspace where the IDP Group and channel exist. -
setToken
Deprecated.Authentication token bearing required scopes. -
setChannelId
Deprecated.The channel to remove a whitelisted group for. -
setGroupId
Deprecated.The IDP Group ID to remove from the private channel whitelist. -
setTeamId
Deprecated.The workspace where the IDP Group and channel exist. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-