public class ConversationsMembersRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsMembersRequest.ConversationsMembersRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsMembersRequest.ConversationsMembersRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
ID of the conversation to retrieve members for
|
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`.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
ID of the conversation to retrieve members for
|
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`.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ConversationsMembersRequest.ConversationsMembersRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public String getCursor()
public Integer getLimit()
public void setToken(String token)
public void setChannel(String channel)
public void setCursor(String cursor)
public void setLimit(Integer limit)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.