Class AdminUsersSetExpirationRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminUsersSetExpirationRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.users.setExpiration
    • Method Detail

      • getTeamId

        public String getTeamId()
        The ID (T1234) of the workspace.
      • getUserId

        public String getUserId()
        The ID of the user to set an expiration for.
      • getExpirationTs

        public Long getExpirationTs()
        Timestamp when guest account should be disabled.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setTeamId

        public void setTeamId​(String teamId)
        The ID (T1234) of the workspace.
      • setUserId

        public void setUserId​(String userId)
        The ID of the user to set an expiration for.
      • setExpirationTs

        public void setExpirationTs​(Long expirationTs)
        Timestamp when guest account should be disabled.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object