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
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 Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannelIds
A comma-separated list of channels to filter to. -
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
getLimit
Maximum number of items to be returned. Must be between 1 - 1000 both inclusive. Default: 100 -
getTeamIds
A comma-separated list of the workspaces to which the channels you would like returned belong. -
setToken
Authentication token bearing required scopes. -
setChannelIds
A comma-separated list of channels to filter to. -
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
setLimit
Maximum number of items to be returned. Must be between 1 - 1000 both inclusive. Default: 100 -
setTeamIds
A comma-separated list of the workspaces to which the channels you would like returned belong. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-