Class MpimHistoryRequest
java.lang.Object
com.slack.api.methods.request.mpim.MpimHistoryRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Multiparty direct message 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.inthashCode()Deprecated.booleanDeprecated.Include messages with latest or oldest timestamp in results.booleanDeprecated.Include `unread_count_display` in the output?voidsetChannel(String channel) Deprecated.Multiparty direct message to fetch history for.voidDeprecated.Number of messages to return, between 1 and 1000.voidsetInclusive(boolean inclusive) Deprecated.Include messages with latest or oldest timestamp in results.voidDeprecated.End of time range of messages to include in results.voidDeprecated.Start of time range of messages to include in results.voidDeprecated.Authentication token.voidsetUnreads(boolean unreads) Deprecated.Include `unread_count_display` in the output?toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `mpim:history`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Deprecated.Multiparty direct message to fetch history for. -
getOldest
Deprecated.Start of time range of messages to include in results. -
getLatest
Deprecated.End of time range of messages to include in results. -
getCount
Deprecated.Number of messages to return, between 1 and 1000. -
isInclusive
public boolean isInclusive()Deprecated.Include messages with latest or oldest timestamp in results. -
isUnreads
public boolean isUnreads()Deprecated.Include `unread_count_display` in the output? -
setToken
Deprecated.Authentication token. Requires scope: `mpim:history`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Deprecated.Multiparty direct message to fetch history for. -
setOldest
Deprecated.Start of time range of messages to include in results. -
setLatest
Deprecated.End of time range of messages to include in results. -
setCount
Deprecated.Number of messages to return, between 1 and 1000. -
setInclusive
public void setInclusive(boolean inclusive) Deprecated.Include messages with latest or oldest timestamp in results. -
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.
-