public class AdminConversationsEkmListOriginalConnectedChannelInfoRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminConversationsEkmListOriginalConnectedChannelInfoRequest.AdminConversationsEkmListOriginalConnectedChannelInfoRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminConversationsEkmListOriginalConnectedChannelInfoRequest.AdminConversationsEkmListOriginalConnectedChannelInfoRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getChannelIds()
A comma-separated list of channels to filter to.
|
String |
getCursor()
Set cursor to next_cursor returned by the previous call to list items in the next page.
|
Integer |
getLimit()
Maximum number of items to be returned.
|
List<String> |
getTeamIds()
A comma-separated list of the workspaces to which the channels you would like returned belong.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelIds(List<String> channelIds)
A comma-separated list of channels to filter to.
|
void |
setCursor(String cursor)
Set cursor to next_cursor returned by the previous call to list items in the next page.
|
void |
setLimit(Integer limit)
Maximum number of items to be returned.
|
void |
setTeamIds(List<String> teamIds)
A comma-separated list of the workspaces to which the channels you would like returned belong.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminConversationsEkmListOriginalConnectedChannelInfoRequest.AdminConversationsEkmListOriginalConnectedChannelInfoRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getCursor()
public Integer getLimit()
public List<String> getTeamIds()
public void setToken(String token)
public void setChannelIds(List<String> channelIds)
public void setCursor(String cursor)
public void setLimit(Integer limit)
public void setTeamIds(List<String> teamIds)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.