Class AdminUsersUnsupportedVersionsExportRequest

java.lang.Object
com.slack.api.methods.request.admin.users.unsupported_versions.AdminUsersUnsupportedVersionsExportRequest
All Implemented Interfaces:
SlackApiRequest

public class AdminUsersUnsupportedVersionsExportRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/admin.users.unsupportedVersions.export
  • Method Details

    • builder

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object