Class ImRepliesResponse
java.lang.Object
com.slack.api.methods.response.im.ImRepliesResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
@Deprecated public class ImRepliesResponse extends Object implements SlackApiTextResponse
Deprecated.
-
Constructor Summary
Constructors Constructor Description ImRepliesResponse()Deprecated. -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetError()Deprecated.List<Message.MessageRoot>getMessages()Deprecated.StringgetNeeded()Deprecated.StringgetProvided()Deprecated.ResponseMetadatagetResponseMetadata()Deprecated.StringgetWarning()Deprecated.inthashCode()Deprecated.booleanisHasMore()Deprecated.booleanisOk()Deprecated.voidsetError(String error)Deprecated.voidsetHasMore(boolean hasMore)Deprecated.voidsetMessages(List<Message.MessageRoot> messages)Deprecated.voidsetNeeded(String needed)Deprecated.voidsetOk(boolean ok)Deprecated.voidsetProvided(String provided)Deprecated.voidsetResponseMetadata(ResponseMetadata responseMetadata)Deprecated.voidsetWarning(String warning)Deprecated.StringtoString()Deprecated.
-
Constructor Details
-
ImRepliesResponse
public ImRepliesResponse()Deprecated.
-
-
Method Details
-
isOk
public boolean isOk()Deprecated.- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
Deprecated.- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
Deprecated.- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
Deprecated.- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
Deprecated.- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getMessages
Deprecated. -
isHasMore
public boolean isHasMore()Deprecated. -
getResponseMetadata
Deprecated. -
setOk
public void setOk(boolean ok)Deprecated.- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
Deprecated.- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
Deprecated.- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
Deprecated.- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
Deprecated.- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setMessages
Deprecated. -
setHasMore
public void setHasMore(boolean hasMore)Deprecated. -
setResponseMetadata
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-