Class AdminConversationsWhitelistAddRequest

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

@Deprecated public class AdminConversationsWhitelistAddRequest 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.
      The channel to whitelist a group for.
    • getGroupId

      public String getGroupId()
      Deprecated.
      The IDP Group ID to whitelist for the private channel.
    • getTeamId

      public String getTeamId()
      Deprecated.
      The workspace where the IDP Group and channel exist.
    • 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.
      The channel to whitelist a group for.
    • setGroupId

      public void setGroupId(String groupId)
      Deprecated.
      The IDP Group ID to whitelist for the private channel.
    • setTeamId

      public void setTeamId(String teamId)
      Deprecated.
      The workspace where the IDP Group and channel exist.
    • 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