Class AdminConversationsDisconnectSharedRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminConversationsDisconnectSharedRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.conversations.disconnectShared
    • Method Detail

      • 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.
      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object