Class AdminUsersUnsupportedVersionsExportRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminUsersUnsupportedVersionsExportRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.users.unsupportedVersions.export
    • Method Detail

      • getToken

        public String getToken()
        Authentication token bearing required scopes.
        Specified by:
        getToken in interface SlackApiRequest
        Returns:
        token string value or null
      • getDateEndOfSupport

        public Integer getDateEndOfSupport()
        Unix timestamp of the date of past or upcoming end of support cycles. If not provided will include all announced end of support cycles.
      • getDateSessionsStarted

        public Integer getDateSessionsStarted()
        Unix timestamp of a date to start looking for user sessions. If not provided will start six months ago.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
        Specified by:
        setToken in interface SlackApiRequest
      • setDateEndOfSupport

        public void setDateEndOfSupport​(Integer dateEndOfSupport)
        Unix timestamp of the date of past or upcoming end of support cycles. If not provided will include all announced end of support cycles.
      • setDateSessionsStarted

        public void setDateSessionsStarted​(Integer dateSessionsStarted)
        Unix timestamp of a date to start looking for user sessions. If not provided will start six months ago.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object