Class GroupsHistoryRequest
- java.lang.Object
-
- com.slack.api.methods.request.groups.GroupsHistoryRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsHistoryRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupsHistoryRequest.GroupsHistoryRequestBuilder
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GroupsHistoryRequest.GroupsHistoryRequestBuilder
builder()
Deprecated.protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.String
getChannel()
Deprecated.Direct message channel to fetch history for.Integer
getCount()
Deprecated.Number of messages to return, between 1 and 1000.String
getLatest()
Deprecated.End of time range of messages to include in results.String
getOldest()
Deprecated.Start of time range of messages to include in results.String
getToken()
Deprecated.Authentication token.int
hashCode()
Deprecated.boolean
isInclusive()
Deprecated.Include messages with latest or oldest timestamp in results.boolean
isUnreads()
Deprecated.Include `unread_count_display` in the output?void
setChannel(String channel)
Deprecated.Direct message channel to fetch history for.void
setCount(Integer count)
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
setLatest(String latest)
Deprecated.End of time range of messages to include in results.void
setOldest(String oldest)
Deprecated.Start of time range of messages to include in results.void
setToken(String token)
Deprecated.Authentication token.void
setUnreads(boolean unreads)
Deprecated.Include `unread_count_display` in the output?String
toString()
Deprecated.
-
-
-
Method Detail
-
builder
public static GroupsHistoryRequest.GroupsHistoryRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `groups:history`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
getChannel
public String getChannel()
Deprecated.Direct message channel to fetch history for.
-
getOldest
public String getOldest()
Deprecated.Start of time range of messages to include in results.
-
getLatest
public String getLatest()
Deprecated.End 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: `groups:history`- Specified by:
setToken
in interfaceSlackApiRequest
-
setChannel
public void setChannel(String channel)
Deprecated.Direct message channel to fetch history for.
-
setOldest
public void setOldest(String oldest)
Deprecated.Start of time range of messages to include in results.
-
setLatest
public void setLatest(String latest)
Deprecated.End 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.
-
-