Class AdminUsersSetRegularRequest
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSetRegularRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/admin.users.setRegular
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Workspace IdgetToken()
Authentication token bearing required scopes.The ID of the user to designate as a regular user.int
hashCode()
void
Workspace Idvoid
Authentication token bearing required scopes.void
The ID of the user to designate as a regular user.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
getTeamId
Workspace Id -
getUserId
The ID of the user to designate as a regular user. -
setToken
Authentication token bearing required scopes.- Specified by:
setToken
in interfaceSlackApiRequest
-
setTeamId
Workspace Id -
setUserId
The ID of the user to designate as a regular user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-