Class AdminConversationsGetTeamsRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsGetTeamsRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminConversationsGetTeamsRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.conversations.getTeams
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminConversationsGetTeamsRequest.AdminConversationsGetTeamsRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminConversationsGetTeamsRequest.AdminConversationsGetTeamsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannelId()The channel to determine connected workspaces within the organization for.StringgetCursor()Set cursor to next_cursor returned by the previous call to list items in the next page.IntegergetLimit()The maximum number of items to return.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId)The channel to determine connected workspaces within the organization for.voidsetCursor(String cursor)Set cursor to next_cursor returned by the previous call to list items in the next page.voidsetLimit(Integer limit)The maximum number of items to return.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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
-