Class AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.users.unsupported_versions.AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder
- Enclosing class:
- AdminUsersUnsupportedVersionsExportRequest
public static class AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()dateEndOfSupport(Integer dateEndOfSupport) Unix timestamp of the date of past or upcoming end of support cycles.dateSessionsStarted(Integer dateSessionsStarted) Unix timestamp of a date to start looking for user sessions.Authentication token bearing required scopes.toString()
-
Method Details
-
token
public AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder token(String token) Authentication token bearing required scopes.- Returns:
this.
-
dateEndOfSupport
public AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder dateEndOfSupport(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.- Returns:
this.
-
dateSessionsStarted
public AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder dateSessionsStarted(Integer dateSessionsStarted) Unix timestamp of a date to start looking for user sessions. If not provided will start six months ago.- Returns:
this.
-
build
-
toString
-