Class AdminConversationsWhitelistListGroupsLinkedToChannelRequest

java.lang.Object
com.slack.api.methods.request.admin.conversations.whitelist.AdminConversationsWhitelistListGroupsLinkedToChannelRequest
All Implemented Interfaces:
SlackApiRequest

@Deprecated public class AdminConversationsWhitelistListGroupsLinkedToChannelRequest extends Object implements SlackApiRequest
Deprecated.
  • Method Details

    • builder

      Deprecated.
    • getToken

      public String getToken()
      Deprecated.
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getChannelId

      public String getChannelId()
      Deprecated.
    • getTeamId

      public 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(String token)
      Deprecated.
      Authentication token bearing required scopes.
      Specified by:
      setToken in interface SlackApiRequest
    • setChannelId

      public void setChannelId(String channelId)
      Deprecated.
    • setTeamId

      public void setTeamId(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(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

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