Class ImHistoryResponse
- java.lang.Object
-
- com.slack.api.methods.response.im.ImHistoryResponse
-
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
@Deprecated public class ImHistoryResponse extends Object implements SlackApiTextResponse
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ImHistoryResponse()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods 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.
-
-
-
Method Detail
-
isOk
public boolean isOk()
Deprecated.- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
public String getWarning()
Deprecated.- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
public String getError()
Deprecated.- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
public String getNeeded()
Deprecated.- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
public String getProvided()
Deprecated.- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getLatest
public String getLatest()
Deprecated.
-
isHasMore
public boolean isHasMore()
Deprecated.
-
getChannelActionsTs
public String getChannelActionsTs()
Deprecated.
-
getChannelActionsCount
public Integer getChannelActionsCount()
Deprecated.
-
getResponseMetadata
public ResponseMetadata getResponseMetadata()
Deprecated.
-
setOk
public void setOk(boolean ok)
Deprecated.- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
public void setWarning(String warning)
Deprecated.- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
public void setError(String error)
Deprecated.- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
public void setNeeded(String needed)
Deprecated.- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
public void setProvided(String provided)
Deprecated.- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setLatest
public void setLatest(String latest)
Deprecated.
-
setHasMore
public void setHasMore(boolean hasMore)
Deprecated.
-
setChannelActionsTs
public void setChannelActionsTs(String channelActionsTs)
Deprecated.
-
setChannelActionsCount
public void setChannelActionsCount(Integer channelActionsCount)
Deprecated.
-
setResponseMetadata
public void setResponseMetadata(ResponseMetadata responseMetadata)
Deprecated.
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-