Class UsersIdentityResponse
java.lang.Object
com.slack.api.methods.response.users.UsersIdentityResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class UsersIdentityResponse extends Object implements SlackApiTextResponse
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUsersIdentityResponse.Teamstatic classUsersIdentityResponse.User -
Constructor Summary
Constructors Constructor Description UsersIdentityResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetError()StringgetNeeded()StringgetProvided()UsersIdentityResponse.TeamgetTeam()UsersIdentityResponse.UsergetUser()StringgetWarning()inthashCode()booleanisOk()voidsetError(String error)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProvided(String provided)voidsetTeam(UsersIdentityResponse.Team team)voidsetUser(UsersIdentityResponse.User user)voidsetWarning(String warning)StringtoString()
-
Constructor Details
-
UsersIdentityResponse
public UsersIdentityResponse()
-
-
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
-
getUser
-
getTeam
-
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
-
setUser
-
setTeam
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-