Class ChannelsHistoryRequest
java.lang.Object
com.slack.api.methods.request.channels.ChannelsHistoryRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.Deprecated.Channel to fetch history for.getCount()
Deprecated.Number of messages to return, between 1 and 1000.Deprecated.End of time range of messages to include in results.Deprecated.Start of time range of messages to include in results.getToken()
Deprecated.Authentication token.int
hashCode()
Deprecated.boolean
Deprecated.Include messages with latest or oldest timestamp in results.boolean
Deprecated.Include `unread_count_display` in the output?void
setChannel
(String channel) Deprecated.Channel to fetch history for.void
Deprecated.Number of messages to return, between 1 and 1000.void
setInclusive
(boolean inclusive) Deprecated.Include messages with latest or oldest timestamp in results.void
Deprecated.End of time range of messages to include in results.void
Deprecated.Start of time range of messages to include in results.void
Deprecated.Authentication token.void
setUnreads
(boolean unreads) Deprecated.Include `unread_count_display` in the output?toString()
Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `channels:history`- Specified by:
getToken
in interfaceSlackApiRequest
-
getChannel
Deprecated.Channel to fetch history for. -
getLatest
Deprecated.End of time range of messages to include in results. -
getOldest
Deprecated.Start of time range of messages to include in results. -
isInclusive
public boolean isInclusive()Deprecated.Include messages with latest or oldest timestamp in results. -
getCount
Deprecated.Number of messages to return, between 1 and 1000. -
isUnreads
public boolean isUnreads()Deprecated.Include `unread_count_display` in the output? -
setToken
Deprecated.Authentication token. Requires scope: `channels:history` -
setChannel
Deprecated.Channel to fetch history for. -
setLatest
Deprecated.End of time range of messages to include in results. -
setOldest
Deprecated.Start of time range of messages to include in results. -
setInclusive
public void setInclusive(boolean inclusive) Deprecated.Include messages with latest or oldest timestamp in results. -
setCount
Deprecated.Number of messages to return, between 1 and 1000. -
setUnreads
public void setUnreads(boolean unreads) Deprecated.Include `unread_count_display` in the output? -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-