Class UsersProfileSetResponse
java.lang.Object
com.slack.api.methods.response.users.profile.UsersProfileSetResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class UsersProfileSetResponse extends Object implements SlackApiTextResponse
-
Constructor Summary
Constructors Constructor Description UsersProfileSetResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetError()StringgetNeeded()User.ProfilegetProfile()StringgetProvided()StringgetUsername()StringgetWarning()inthashCode()booleanisOk()voidsetError(String error)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProfile(User.Profile profile)voidsetProvided(String provided)voidsetUsername(String username)voidsetWarning(String warning)StringtoString()
-
Constructor Details
-
UsersProfileSetResponse
public UsersProfileSetResponse()
-
-
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
-
getProfile
-
getUsername
-
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
-
setProfile
-
setUsername
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-