Class AdminConversationsEkmListOriginalConnectedChannelInfoRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminConversationsEkmListOriginalConnectedChannelInfoRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.conversations.ekm.listOriginalConnectedChannelInfo
    • Method Detail

      • getChannelIds

        public List<String> getChannelIds()
        A comma-separated list of channels to filter to.
      • getCursor

        public String getCursor()
        Set cursor to next_cursor returned by the previous call to list items in the next page.
      • getLimit

        public Integer getLimit()
        Maximum number of items to be returned. Must be between 1 - 1000 both inclusive. Default: 100
      • getTeamIds

        public List<String> getTeamIds()
        A comma-separated list of the workspaces to which the channels you would like returned belong.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setChannelIds

        public void setChannelIds​(List<String> channelIds)
        A comma-separated list of channels to filter to.
      • setCursor

        public void setCursor​(String cursor)
        Set cursor to next_cursor returned by the previous call to list items in the next page.
      • setLimit

        public void setLimit​(Integer limit)
        Maximum number of items to be returned. Must be between 1 - 1000 both inclusive. Default: 100
      • setTeamIds

        public void setTeamIds​(List<String> teamIds)
        A comma-separated list of the workspaces to which the channels you would like returned belong.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object