Class TeamProfileGetRequest
java.lang.Object
com.slack.api.methods.request.team.profile.TeamProfileGetRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/team.profile.get
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired for org-wide apps.getToken()Authentication token.Filter by visibility.inthashCode()voidRequired for org-wide apps.voidAuthentication token.voidsetVisibility(String visibility) Filter by visibility.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `users.profile:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getVisibility
Filter by visibility. -
getTeamId
Required for org-wide apps. -
setToken
Authentication token. Requires scope: `users.profile:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setVisibility
Filter by visibility. -
setTeamId
Required for org-wide apps. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-