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
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()
-
Constructor Details
-
MigrationExchangeResponse
public MigrationExchangeResponse()
-
-
Method Details
-
isOk
public boolean isOk()- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getTeamId
The workspace/team ID containing the mapped users -
getEnterpriseId
The enterprise grid organization ID containing the workspace/team. -
getInvalidUserIds
A list of User IDs that cannot be mapped or found -
getUserIdMap
A mapping of provided user IDs with mapped user IDs -
setOk
public void setOk(boolean ok)- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setTeamId
The workspace/team ID containing the mapped users -
setEnterpriseId
The enterprise grid organization ID containing the workspace/team. -
setInvalidUserIds
A list of User IDs that cannot be mapped or found -
setUserIdMap
A mapping of provided user IDs with mapped user IDs -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-