Class AdminConversationsGetTeamsRequest

  • All Implemented Interfaces:
    SlackApiRequest

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

      • getChannelId

        public String getChannelId()
        The channel to determine connected workspaces within the organization for.
      • 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()
        The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100
      • setToken

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

        public void setChannelId​(String channelId)
        The channel to determine connected workspaces within the organization for.
      • 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)
        The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object