Class AdminConversationsGetTeamsRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsGetTeamsRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.getTeams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe channel to determine connected workspaces within the organization for.Set cursor to next_cursor returned by the previous call to list items in the next page.getLimit()The maximum number of items to return.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId) The channel to determine connected workspaces within the organization for.voidSet cursor to next_cursor returned by the previous call to list items in the next page.voidThe maximum number of items to return.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
-
getChannelId
The channel to determine connected workspaces within the organization for. -
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
getLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100 -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
The channel to determine connected workspaces within the organization for. -
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
setLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. Default: 100 -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-