Class ConversationsMembersRequest

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

public class ConversationsMembersRequest
extends Object
implements SlackApiRequest
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token. Requires scope: `conversations:read`
      Specified by:
      getToken in interface SlackApiRequest
    • getChannel

      public String getChannel()
      ID of the conversation to retrieve members for
    • getCursor

      public String getCursor()
      Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail.
    • getLimit

      public Integer getLimit()
      The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached.
    • setToken

      public void setToken​(String token)
      Authentication token. Requires scope: `conversations:read`
    • setChannel

      public void setChannel​(String channel)
      ID of the conversation to retrieve members for
    • setCursor

      public void setCursor​(String cursor)
      Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail.
    • setLimit

      public void setLimit​(Integer limit)
      The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached.
    • 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