Class AdminConversationsWhitelistRemoveRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.whitelist.AdminConversationsWhitelistRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class AdminConversationsWhitelistRemoveRequest extends java.lang.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(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.java.lang.StringgetChannelId()Deprecated.The channel to remove a whitelisted group for.java.lang.StringgetGroupId()Deprecated.The IDP Group ID to remove from the private channel whitelist.java.lang.StringgetTeamId()Deprecated.The workspace where the IDP Group and channel exist.java.lang.StringgetToken()Deprecated.Authentication token bearing required scopes.inthashCode()Deprecated.voidsetChannelId(java.lang.String channelId)Deprecated.The channel to remove a whitelisted group for.voidsetGroupId(java.lang.String groupId)Deprecated.The IDP Group ID to remove from the private channel whitelist.voidsetTeamId(java.lang.String teamId)Deprecated.The workspace where the IDP Group and channel exist.voidsetToken(java.lang.String token)Deprecated.Authentication token bearing required scopes.java.lang.StringtoString()Deprecated.
-
Method Details
-
builder
public static AdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilder builder()Deprecated. -
getToken
public java.lang.String getToken()Deprecated.Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelId
public java.lang.String getChannelId()Deprecated.The channel to remove a whitelisted group for. -
getGroupId
public java.lang.String getGroupId()Deprecated.The IDP Group ID to remove from the private channel whitelist. -
getTeamId
public java.lang.String getTeamId()Deprecated.The workspace where the IDP Group and channel exist. -
setToken
public void setToken(java.lang.String token)Deprecated.Authentication token bearing required scopes. -
setChannelId
public void setChannelId(java.lang.String channelId)Deprecated.The channel to remove a whitelisted group for. -
setGroupId
public void setGroupId(java.lang.String groupId)Deprecated.The IDP Group ID to remove from the private channel whitelist. -
setTeamId
public void setTeamId(java.lang.String teamId)Deprecated.The workspace where the IDP Group and channel exist. -
equals
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)Deprecated. -
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-