Class AdminUsersSetAdminRequest
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSetAdminRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.users.setAdmin
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanWorkspace IdgetToken()Authentication token bearing required scopes.The ID of the user to designate as an admin.inthashCode()voidWorkspace IdvoidAuthentication token bearing required scopes.voidThe ID of the user to designate as an admin.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getTeamId
Workspace Id -
getUserId
The ID of the user to designate as an admin. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setTeamId
Workspace Id -
setUserId
The ID of the user to designate as an admin. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-