public class MigrationExchangeRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
MigrationExchangeRequest.MigrationExchangeRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static MigrationExchangeRequest.MigrationExchangeRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token.
|
List<String> |
getUsers()
A comma-separated list of user ids, up to 400 per request
|
int |
hashCode() |
boolean |
isToOld()
Specify `true` to convert `W` global user IDs to workspace-specific `U` IDs.
|
void |
setToken(String token)
Authentication token.
|
void |
setToOld(boolean toOld)
Specify `true` to convert `W` global user IDs to workspace-specific `U` IDs.
|
void |
setUsers(List<String> users)
A comma-separated list of user ids, up to 400 per request
|
String |
toString() |
public static MigrationExchangeRequest.MigrationExchangeRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic boolean isToOld()
public void setToken(String token)
public void setToOld(boolean toOld)
public void setUsers(List<String> users)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.