Class TeamInfoRequest
java.lang.Object
com.slack.api.methods.request.team.TeamInfoRequest
- All Implemented Interfaces:
SlackApiRequest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetTeam()Team to get info on, if omitted, will return information about the current team.getToken()Authentication token.inthashCode()voidTeam to get info on, if omitted, will return information about the current team.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `team:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getTeam
Team to get info on, if omitted, will return information about the current team. Will only return team that the authenticated token is allowed to see through external shared channels -
setToken
Authentication token. Requires scope: `team:read` -
setTeam
Team to get info on, if omitted, will return information about the current team. Will only return team that the authenticated token is allowed to see through external shared channels -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-