Class AdminConversationsWhitelistListGroupsLinkedToChannelRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.whitelist.AdminConversationsWhitelistListGroupsLinkedToChannelRequest
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class AdminConversationsWhitelistListGroupsLinkedToChannelRequest extends java.lang.Object implements SlackApiRequest
Deprecated.
https://api.slack.com/methods/admin.conversations.whitelist.listGroupsLinkedToChannel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsWhitelistListGroupsLinkedToChannelRequest.AdminConversationsWhitelistListGroupsLinkedToChannelRequestBuilderDeprecated. -
Method Summary
Modifier and Type Method Description static AdminConversationsWhitelistListGroupsLinkedToChannelRequest.AdminConversationsWhitelistListGroupsLinkedToChannelRequestBuilderbuilder()Deprecated.protected booleancanEqual(java.lang.Object other)Deprecated.booleanequals(java.lang.Object o)Deprecated.java.lang.StringgetChannelId()Deprecated.java.lang.StringgetTeamId()Deprecated.The workspace where the channel exists.java.lang.StringgetToken()Deprecated.Authentication token bearing required scopes.inthashCode()Deprecated.voidsetChannelId(java.lang.String channelId)Deprecated.voidsetTeamId(java.lang.String teamId)Deprecated.The workspace where the channel exists.voidsetToken(java.lang.String token)Deprecated.Authentication token bearing required scopes.java.lang.StringtoString()Deprecated.
-
Method Details
-
builder
public static AdminConversationsWhitelistListGroupsLinkedToChannelRequest.AdminConversationsWhitelistListGroupsLinkedToChannelRequestBuilder 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. -
getTeamId
public java.lang.String getTeamId()Deprecated.The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization. -
setToken
public void setToken(java.lang.String token)Deprecated.Authentication token bearing required scopes. -
setChannelId
public void setChannelId(java.lang.String channelId)Deprecated. -
setTeamId
public void setTeamId(java.lang.String teamId)Deprecated.The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization. -
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
-