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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminUsersUnsupportedVersionsExportRequestbuild()AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilderdateEndOfSupport(Integer dateEndOfSupport)Unix timestamp of the date of past or upcoming end of support cycles.AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilderdateSessionsStarted(Integer dateSessionsStarted)Unix timestamp of a date to start looking for user sessions.AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuildertoken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
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
public AdminUsersUnsupportedVersionsExportRequest build()
-
-