Class AdminUsersUnsupportedVersionsExportRequest
java.lang.Object
com.slack.api.methods.request.admin.users.unsupported_versions.AdminUsersUnsupportedVersionsExportRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.users.unsupportedVersions.export
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanUnix timestamp of the date of past or upcoming end of support cycles.Unix timestamp of a date to start looking for user sessions.getToken()Authentication token bearing required scopes.inthashCode()voidsetDateEndOfSupport(Integer dateEndOfSupport) Unix timestamp of the date of past or upcoming end of support cycles.voidsetDateSessionsStarted(Integer dateSessionsStarted) Unix timestamp of a date to start looking for user sessions.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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
Unix timestamp of a date to start looking for user sessions. If not provided will start six months ago. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setDateEndOfSupport
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
Unix timestamp of a date to start looking for user sessions. If not provided will start six months ago. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-