Class TeamInfoRequest.TeamInfoRequestBuilder
java.lang.Object
com.slack.api.methods.request.team.TeamInfoRequest.TeamInfoRequestBuilder
- Enclosing class:
- TeamInfoRequest
public static class TeamInfoRequest.TeamInfoRequestBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description TeamInfoRequestbuild()TeamInfoRequest.TeamInfoRequestBuilderteam(java.lang.String team)Team to get info on, if omitted, will return information about the current team.TeamInfoRequest.TeamInfoRequestBuildertoken(java.lang.String token)Authentication token.java.lang.StringtoString()
-
Method Details
-
token
Authentication token. Requires scope: `team:read`- Returns:
this.
-
team
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- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-