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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.The channel to remove a whitelisted group for.Deprecated.The IDP Group ID to remove from the private channel whitelist.Deprecated.The workspace where the IDP Group and channel exist.getToken()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.voidDeprecated.The workspace where the IDP Group and channel exist.voidDeprecated.Authentication token bearing required scopes.toString()Deprecated.
-
Method Details
-
builder
public static AdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilder builder()Deprecated. -
getToken
Deprecated.Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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.- Specified by:
setTokenin interfaceSlackApiRequest
-
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.
-