Class ChannelsHistoryResponse
java.lang.Object
com.slack.api.methods.response.channels.ChannelsHistoryResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
@Deprecated public class ChannelsHistoryResponse extends Object implements SlackApiTextResponse
Deprecated.
-
Constructor Summary
Constructors Constructor Description ChannelsHistoryResponse()Deprecated. -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.IntegergetChannelActionsCount()Deprecated.StringgetChannelActionsTs()Deprecated.StringgetError()Deprecated.StringgetLatest()Deprecated.List<Message>getMessages()Deprecated.StringgetNeeded()Deprecated.StringgetProvided()Deprecated.ResponseMetadatagetResponseMetadata()Deprecated.StringgetWarning()Deprecated.inthashCode()Deprecated.booleanisHasMore()Deprecated.booleanisOk()Deprecated.voidsetChannelActionsCount(Integer channelActionsCount)Deprecated.voidsetChannelActionsTs(String channelActionsTs)Deprecated.voidsetError(String error)Deprecated.voidsetHasMore(boolean hasMore)Deprecated.voidsetLatest(String latest)Deprecated.voidsetMessages(List<Message> 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
-
ChannelsHistoryResponse
public ChannelsHistoryResponse()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
-
getLatest
Deprecated. -
getMessages
Deprecated. -
isHasMore
public boolean isHasMore()Deprecated. -
getChannelActionsTs
Deprecated. -
getChannelActionsCount
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
-
setLatest
Deprecated. -
setMessages
Deprecated. -
setHasMore
public void setHasMore(boolean hasMore)Deprecated. -
setChannelActionsTs
Deprecated. -
setChannelActionsCount
Deprecated. -
setResponseMetadata
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-