Class AdminUsersSetExpirationRequest
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSetExpirationRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.users.setExpiration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanTimestamp when guest account should be disabled.The ID (T1234) of the workspace.getToken()Authentication token bearing required scopes.The ID of the user to set an expiration for.inthashCode()voidsetExpirationTs(Long expirationTs) Timestamp when guest account should be disabled.voidThe ID (T1234) of the workspace.voidAuthentication token bearing required scopes.voidThe ID of the user to set an expiration for.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getTeamId
The ID (T1234) of the workspace. -
getUserId
The ID of the user to set an expiration for. -
getExpirationTs
Timestamp when guest account should be disabled. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setTeamId
The ID (T1234) of the workspace. -
setUserId
The ID of the user to set an expiration for. -
setExpirationTs
Timestamp when guest account should be disabled. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-