Class AdminConversationsRestrictAccessAddGroupRequest

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

public class AdminConversationsRestrictAccessAddGroupRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.restrictAccess.addGroup
  • Method Details

    • builder

    • getToken

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

      public String getChannelId()
      The channel to whitelist a group for.
    • getGroupId

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

      public String getTeamId()
      The workspace where the IDP Group and channel exist.
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes.
      Specified by:
      setToken in interface SlackApiRequest
    • setChannelId

      public void setChannelId(String channelId)
      The channel to whitelist a group for.
    • setGroupId

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

      public void setTeamId(String teamId)
      The workspace where the IDP Group and channel exist.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object