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://api.slack.com/methods/admin.users.unsupportedVersions.export
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IntegergetDateEndOfSupport()Unix timestamp of the date of past or upcoming end of support cycles.IntegergetDateSessionsStarted()Unix timestamp of a date to start looking for user sessions.StringgetToken()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.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminUsersUnsupportedVersionsExportRequest.AdminUsersUnsupportedVersionsExportRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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.
-
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)
-
-