Class AdminConversationsEkmListOriginalConnectedChannelInfoRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.conversations.ekm.AdminConversationsEkmListOriginalConnectedChannelInfoRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsEkmListOriginalConnectedChannelInfoRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.ekm.listOriginalConnectedChannelInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsEkmListOriginalConnectedChannelInfoRequest.AdminConversationsEkmListOriginalConnectedChannelInfoRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminConversationsEkmListOriginalConnectedChannelInfoRequest.AdminConversationsEkmListOriginalConnectedChannelInfoRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getChannelIds()A comma-separated list of channels to filter to.StringgetCursor()Set cursor to next_cursor returned by the previous call to list items in the next page.IntegergetLimit()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.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelIds(List<String> channelIds)A comma-separated list of channels to filter to.voidsetCursor(String cursor)Set cursor to next_cursor returned by the previous call to list items in the next page.voidsetLimit(Integer limit)Maximum number of items to be returned.voidsetTeamIds(List<String> teamIds)A comma-separated list of the workspaces to which the channels you would like returned belong.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminConversationsEkmListOriginalConnectedChannelInfoRequest.AdminConversationsEkmListOriginalConnectedChannelInfoRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getCursor
public String getCursor()
Set cursor to next_cursor returned by the previous call to list items in the next page.
-
getLimit
public Integer getLimit()
Maximum number of items to be returned. Must be between 1 - 1000 both inclusive. Default: 100
-
getTeamIds
public List<String> getTeamIds()
A comma-separated list of the workspaces to which the channels you would like returned belong.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setChannelIds
public void setChannelIds(List<String> channelIds)
A comma-separated list of channels to filter to.
-
setCursor
public void setCursor(String cursor)
Set cursor to next_cursor returned by the previous call to list items in the next page.
-
setLimit
public void setLimit(Integer limit)
Maximum number of items to be returned. Must be between 1 - 1000 both inclusive. Default: 100
-
setTeamIds
public void setTeamIds(List<String> teamIds)
A comma-separated list of the workspaces to which the channels you would like returned belong.
-
canEqual
protected boolean canEqual(Object other)
-
-