public class MigrationExchangeResponse extends Object implements SlackApiResponse
Constructor and Description |
---|
MigrationExchangeResponse() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEnterpriseId()
The enterprise grid organization ID containing the workspace/team.
|
String |
getError() |
List<String> |
getInvalidUserIds()
A list of User IDs that cannot be mapped or found
|
String |
getNeeded() |
String |
getProvided() |
String |
getTeamId()
The workspace/team ID containing the mapped users
|
Map<String,String> |
getUserIdMap()
A mapping of provided user IDs with mapped user IDs
|
String |
getWarning() |
int |
hashCode() |
boolean |
isOk() |
void |
setEnterpriseId(String enterpriseId)
The enterprise grid organization ID containing the workspace/team.
|
void |
setError(String error) |
void |
setInvalidUserIds(List<String> invalidUserIds)
A list of User IDs that cannot be mapped or found
|
void |
setNeeded(String needed) |
void |
setOk(boolean ok) |
void |
setProvided(String provided) |
void |
setTeamId(String teamId)
The workspace/team ID containing the mapped users
|
void |
setUserIdMap(Map<String,String> userIdMap)
A mapping of provided user IDs with mapped user IDs
|
void |
setWarning(String warning) |
String |
toString() |
public boolean isOk()
isOk
in interface SlackApiResponse
public String getWarning()
getWarning
in interface SlackApiResponse
public String getError()
getError
in interface SlackApiResponse
public String getNeeded()
getNeeded
in interface SlackApiResponse
public String getProvided()
getProvided
in interface SlackApiResponse
public String getTeamId()
public String getEnterpriseId()
public List<String> getInvalidUserIds()
public Map<String,String> getUserIdMap()
public void setOk(boolean ok)
setOk
in interface SlackApiResponse
public void setWarning(String warning)
setWarning
in interface SlackApiResponse
public void setError(String error)
setError
in interface SlackApiResponse
public void setNeeded(String needed)
setNeeded
in interface SlackApiResponse
public void setProvided(String provided)
setProvided
in interface SlackApiResponse
public void setTeamId(String teamId)
public void setEnterpriseId(String enterpriseId)
public void setInvalidUserIds(List<String> invalidUserIds)
public void setUserIdMap(Map<String,String> userIdMap)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.