Class MigrationExchangeResponse
- java.lang.Object
-
- com.slack.api.methods.response.migration.MigrationExchangeResponse
-
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class MigrationExchangeResponse extends Object implements SlackApiTextResponse
-
-
Constructor Summary
Constructors Constructor Description MigrationExchangeResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEnterpriseId()The enterprise grid organization ID containing the workspace/team.StringgetError()List<String>getInvalidUserIds()A list of User IDs that cannot be mapped or foundStringgetNeeded()StringgetProvided()StringgetTeamId()The workspace/team ID containing the mapped usersMap<String,String>getUserIdMap()A mapping of provided user IDs with mapped user IDsStringgetWarning()inthashCode()booleanisOk()voidsetEnterpriseId(String enterpriseId)The enterprise grid organization ID containing the workspace/team.voidsetError(String error)voidsetInvalidUserIds(List<String> invalidUserIds)A list of User IDs that cannot be mapped or foundvoidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProvided(String provided)voidsetTeamId(String teamId)The workspace/team ID containing the mapped usersvoidsetUserIdMap(Map<String,String> userIdMap)A mapping of provided user IDs with mapped user IDsvoidsetWarning(String warning)StringtoString()
-
-
-
Method Detail
-
isOk
public boolean isOk()
- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
public String getWarning()
- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
public String getError()
- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
public String getNeeded()
- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
public String getProvided()
- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getTeamId
public String getTeamId()
The workspace/team ID containing the mapped users
-
getEnterpriseId
public String getEnterpriseId()
The enterprise grid organization ID containing the workspace/team.
-
getInvalidUserIds
public List<String> getInvalidUserIds()
A list of User IDs that cannot be mapped or found
-
getUserIdMap
public Map<String,String> getUserIdMap()
A mapping of provided user IDs with mapped user IDs
-
setOk
public void setOk(boolean ok)
- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
public void setWarning(String warning)
- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
public void setError(String error)
- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
public void setNeeded(String needed)
- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
public void setProvided(String provided)
- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setTeamId
public void setTeamId(String teamId)
The workspace/team ID containing the mapped users
-
setEnterpriseId
public void setEnterpriseId(String enterpriseId)
The enterprise grid organization ID containing the workspace/team.
-
setInvalidUserIds
public void setInvalidUserIds(List<String> invalidUserIds)
A list of User IDs that cannot be mapped or found
-
setUserIdMap
public void setUserIdMap(Map<String,String> userIdMap)
A mapping of provided user IDs with mapped user IDs
-
canEqual
protected boolean canEqual(Object other)
-
-