Class ConversationsMembersRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsMembersRequest
- All Implemented Interfaces:
SlackApiRequest
public class ConversationsMembersRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConversationsMembersRequest.ConversationsMembersRequestBuilder -
Method Summary
Modifier and Type Method Description static ConversationsMembersRequest.ConversationsMembersRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()ID of the conversation to retrieve members forStringgetCursor()Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`.IntegergetLimit()The maximum number of items to return.StringgetToken()Authentication token.inthashCode()voidsetChannel(String channel)ID of the conversation to retrieve members forvoidsetCursor(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`.voidsetLimit(Integer limit)The maximum number of items to return.voidsetToken(String token)Authentication token.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `conversations:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
ID of the conversation to retrieve members for -
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
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
Authentication token. Requires scope: `conversations:read` -
setChannel
ID of the conversation to retrieve members for -
setCursor
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
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-