Class TeamExternalTeamsListRequest
java.lang.Object
com.slack.api.methods.request.team.external_teams.TeamExternalTeamsListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/team.externalTeams.list
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanStatus of the connected team.Encoded team ID to retrieve next page of connected teams, if absent will return first pagegetLimit()The maximum number of items to return per page (default: 20)Filters connected orgs by Slack Connect pref override(s)Direction to sort in asc or desc Value should be one of "asc" and "desc"Name of the parameter that we are sorting bygetToken()Authentication token bearing required scopes.Shows connected orgs which are connected on a specified encoded workspace IDinthashCode()voidsetConnectionStatusFilter(String connectionStatusFilter) Status of the connected team.voidEncoded team ID to retrieve next page of connected teams, if absent will return first pagevoidThe maximum number of items to return per page (default: 20)voidsetSlackConnectPrefFilter(List<String> slackConnectPrefFilter) Filters connected orgs by Slack Connect pref override(s)voidsetSortDirection(String sortDirection) Direction to sort in asc or desc Value should be one of "asc" and "desc"voidsetSortField(String sortField) Name of the parameter that we are sorting byvoidAuthentication token bearing required scopes.voidsetWorkspaceFilter(List<String> workspaceFilter) Shows connected orgs which are connected on a specified encoded workspace IDtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getConnectionStatusFilter
Status of the connected team. Value should be one of "CONNECTED", "DISCONNECTED", "BLOCKED", and "IN_REVIEW" -
getCursor
Encoded team ID to retrieve next page of connected teams, if absent will return first page -
getLimit
The maximum number of items to return per page (default: 20) -
getSlackConnectPrefFilter
Filters connected orgs by Slack Connect pref override(s) -
getSortDirection
Direction to sort in asc or desc Value should be one of "asc" and "desc" -
getSortField
Name of the parameter that we are sorting byValue should be one of "team_name", "last_active_timestamp", and "connection_status"
-
getWorkspaceFilter
Shows connected orgs which are connected on a specified encoded workspace ID -
setToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
setTokenin interfaceSlackApiRequest
-
setConnectionStatusFilter
Status of the connected team. Value should be one of "CONNECTED", "DISCONNECTED", "BLOCKED", and "IN_REVIEW" -
setCursor
Encoded team ID to retrieve next page of connected teams, if absent will return first page -
setLimit
The maximum number of items to return per page (default: 20) -
setSlackConnectPrefFilter
Filters connected orgs by Slack Connect pref override(s) -
setSortDirection
Direction to sort in asc or desc Value should be one of "asc" and "desc" -
setSortField
Name of the parameter that we are sorting byValue should be one of "team_name", "last_active_timestamp", and "connection_status"
-
setWorkspaceFilter
Shows connected orgs which are connected on a specified encoded workspace ID -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-