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://docs.slack.dev/reference/methods/admin.conversations.ekm.listOriginalConnectedChannelInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanA comma-separated list of channels to filter to.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.A comma-separated list of the workspaces to which the channels you would like returned belong.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelIds(List<String> channelIds) A comma-separated list of channels to filter to.voidSet cursor to next_cursor returned by the previous call to list items in the next page.voidMaximum 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.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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.- Specified by:
setTokenin interfaceSlackApiRequest
-
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
-