Class ChannelsHistoryRequest
- java.lang.Object
-
- com.slack.api.methods.request.channels.ChannelsHistoryRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class ChannelsHistoryRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelsHistoryRequest.ChannelsHistoryRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ChannelsHistoryRequest.ChannelsHistoryRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Channel to fetch history for.IntegergetCount()Deprecated.Number of messages to return, between 1 and 1000.StringgetLatest()Deprecated.End of time range of messages to include in results.StringgetOldest()Deprecated.Start of time range of messages to include in results.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.booleanisInclusive()Deprecated.Include messages with latest or oldest timestamp in results.booleanisUnreads()Deprecated.Include `unread_count_display` in the output?voidsetChannel(String channel)Deprecated.Channel to fetch history for.voidsetCount(Integer count)Deprecated.Number of messages to return, between 1 and 1000.voidsetInclusive(boolean inclusive)Deprecated.Include messages with latest or oldest timestamp in results.voidsetLatest(String latest)Deprecated.End of time range of messages to include in results.voidsetOldest(String oldest)Deprecated.Start of time range of messages to include in results.voidsetToken(String token)Deprecated.Authentication token.voidsetUnreads(boolean unreads)Deprecated.Include `unread_count_display` in the output?StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static ChannelsHistoryRequest.ChannelsHistoryRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `channels:history`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Deprecated.Channel to fetch history for.
-
getLatest
public String getLatest()
Deprecated.End of time range of messages to include in results.
-
getOldest
public String 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
public Integer getCount()
Deprecated.Number of messages to return, between 1 and 1000.
-
isUnreads
public boolean isUnreads()
Deprecated.Include `unread_count_display` in the output?
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `channels:history`
-
setChannel
public void setChannel(String channel)
Deprecated.Channel to fetch history for.
-
setLatest
public void setLatest(String latest)
Deprecated.End of time range of messages to include in results.
-
setOldest
public void setOldest(String oldest)
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
public void setCount(Integer count)
Deprecated.Number of messages to return, between 1 and 1000.
-
setUnreads
public void setUnreads(boolean unreads)
Deprecated.Include `unread_count_display` in the output?
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-