Class AdminConversationsDisconnectSharedRequest

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

public class AdminConversationsDisconnectSharedRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.disconnectShared
  • 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 be disconnected from some workspaces.
    • getLeavingTeamIds

      public List<String> getLeavingTeamIds()
      The team to be removed from the channel. Currently only a single team id can be specified.
    • 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 be disconnected from some workspaces.
    • setLeavingTeamIds

      public void setLeavingTeamIds(List<String> leavingTeamIds)
      The team to be removed from the channel. Currently only a single team id can be specified.
    • 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