public class AdminUsersSetExpirationRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
AdminUsersSetExpirationRequest.AdminUsersSetExpirationRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static AdminUsersSetExpirationRequest.AdminUsersSetExpirationRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getExpirationTs()
Timestamp when guest account should be disabled.
|
String |
getTeamId()
The ID (T1234) of the workspace.
|
String |
getToken()
Authentication token bearing required scopes.
|
String |
getUserId()
The ID of the user to set an expiration for.
|
int |
hashCode() |
void |
setExpirationTs(Long expirationTs)
Timestamp when guest account should be disabled.
|
void |
setTeamId(String teamId)
The ID (T1234) of the workspace.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
void |
setUserId(String userId)
The ID of the user to set an expiration for.
|
String |
toString() |
public static AdminUsersSetExpirationRequest.AdminUsersSetExpirationRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getTeamId()
public String getUserId()
public Long getExpirationTs()
public void setToken(String token)
public void setTeamId(String teamId)
public void setUserId(String userId)
public void setExpirationTs(Long expirationTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.