Class ChatUpdateResponse
java.lang.Object
com.slack.api.methods.response.chat.ChatUpdateResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class ChatUpdateResponse extends Object implements SlackApiTextResponse
-
Constructor Summary
Constructors Constructor Description ChatUpdateResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetDeprecatedArgument()StringgetError()MessagegetMessage()StringgetNeeded()StringgetProvided()StringgetText()StringgetTs()StringgetWarning()inthashCode()booleanisOk()voidsetChannel(String channel)voidsetDeprecatedArgument(String deprecatedArgument)voidsetError(String error)voidsetMessage(Message message)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProvided(String provided)voidsetText(String text)voidsetTs(String ts)voidsetWarning(String warning)StringtoString()
-
Constructor Details
-
ChatUpdateResponse
public ChatUpdateResponse()
-
-
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
-
getDeprecatedArgument
-
getChannel
-
getTs
-
getText
-
getMessage
-
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
-
setDeprecatedArgument
-
setChannel
-
setTs
-
setText
-
setMessage
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-