Class AdminConversationsSetTeamsRequest

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

public class AdminConversationsSetTeamsRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.setTeams
  • 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 encoded channel_id to add or remove to workspaces.
    • getOrgChannel

      public Boolean getOrgChannel()
      True if channel has to be converted to an org channel
    • getTargetTeamIds

      public List<String> getTargetTeamIds()
      The list of workspaces to which the channel should be shared. Not required if the channel is being shared orgwide.
    • getTeamId

      public String getTeamId()
      The workspace to which the channel belongs. Omit this argument if the channel is a cross-workspace shared channel.
    • setToken

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

      public void setChannelId(String channelId)
      The encoded channel_id to add or remove to workspaces.
    • setOrgChannel

      public void setOrgChannel(Boolean orgChannel)
      True if channel has to be converted to an org channel
    • setTargetTeamIds

      public void setTargetTeamIds(List<String> targetTeamIds)
      The list of workspaces to which the channel should be shared. Not required if the channel is being shared orgwide.
    • setTeamId

      public void setTeamId(String teamId)
      The workspace to which the channel belongs. Omit this argument if the channel is a cross-workspace shared channel.
    • 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