Class ConversationsMembersRequest.ConversationsMembersRequestBuilder
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsMembersRequest.ConversationsMembersRequestBuilder
- Enclosing class:
- ConversationsMembersRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()ID of the conversation to retrieve members forPaginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`.The maximum number of items to return.Authentication token.toString()
-
Method Details
-
token
Authentication token. Requires scope: `conversations:read`- Returns:
this.
-
channel
ID of the conversation to retrieve members for- Returns:
this.
-
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.- Returns:
this.
-
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.- Returns:
this.
-
build
-
toString
-