Class ChannelsHistoryResponse
java.lang.Object
com.slack.api.methods.response.channels.ChannelsHistoryResponse
- All Implemented Interfaces:
SlackApiResponse
,SlackApiTextResponse
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.Deprecated.getError()
Deprecated.Deprecated.Returns all the HTTP response headers in the API response.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.boolean
isOk()
Deprecated.void
setChannelActionsCount
(Integer channelActionsCount) Deprecated.void
setChannelActionsTs
(String channelActionsTs) Deprecated.void
Deprecated.void
setHasMore
(boolean hasMore) Deprecated.void
setHttpResponseHeaders
(Map<String, List<String>> httpResponseHeaders) Deprecated.Sets the response headers.void
Deprecated.void
setMessages
(List<Message> messages) Deprecated.void
Deprecated.void
setOk
(boolean ok) Deprecated.void
setProvided
(String provided) Deprecated.void
setResponseMetadata
(ResponseMetadata responseMetadata) Deprecated.void
setWarning
(String warning) Deprecated.toString()
Deprecated.
-
Constructor Details
-
ChannelsHistoryResponse
public ChannelsHistoryResponse()Deprecated.
-
-
Method Details
-
isOk
public boolean isOk()Deprecated.- Specified by:
isOk
in interfaceSlackApiTextResponse
-
getWarning
Deprecated.- Specified by:
getWarning
in interfaceSlackApiTextResponse
-
getError
Deprecated.- Specified by:
getError
in interfaceSlackApiTextResponse
-
getNeeded
Deprecated.- Specified by:
getNeeded
in interfaceSlackApiTextResponse
-
getProvided
Deprecated.- Specified by:
getProvided
in interfaceSlackApiTextResponse
-
getHttpResponseHeaders
Deprecated.Description copied from interface:SlackApiResponse
Returns all the HTTP response headers in the API response. The keys are lower-cased.- Specified by:
getHttpResponseHeaders
in interfaceSlackApiResponse
-
getLatest
Deprecated. -
getMessages
Deprecated. -
isHasMore
public boolean isHasMore()Deprecated. -
getChannelActionsTs
Deprecated. -
getChannelActionsCount
Deprecated. -
getResponseMetadata
Deprecated. -
setOk
public void setOk(boolean ok) Deprecated.- Specified by:
setOk
in interfaceSlackApiTextResponse
-
setWarning
Deprecated.- Specified by:
setWarning
in interfaceSlackApiTextResponse
-
setError
Deprecated.- Specified by:
setError
in interfaceSlackApiTextResponse
-
setNeeded
Deprecated.- Specified by:
setNeeded
in interfaceSlackApiTextResponse
-
setProvided
Deprecated.- Specified by:
setProvided
in interfaceSlackApiTextResponse
-
setHttpResponseHeaders
Deprecated.Description copied from interface:SlackApiResponse
Sets the response headers. Pass a Map object with lower-cased keys.- Specified by:
setHttpResponseHeaders
in interfaceSlackApiResponse
-
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.
-