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
  • Method Details

    • builder

      Deprecated.
    • getToken

      public java.lang.String getToken()
      Deprecated.
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
    • 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:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class java.lang.Object