@Deprecated public class MpimHistoryRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
MpimHistoryRequest.MpimHistoryRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static MpimHistoryRequest.MpimHistoryRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getChannel()
Deprecated.
Multiparty direct message 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.
Multiparty direct message 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.
|
public static MpimHistoryRequest.MpimHistoryRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public String getOldest()
public String getLatest()
public Integer getCount()
public boolean isInclusive()
public boolean isUnreads()
public void setToken(String token)
public void setChannel(String channel)
public void setOldest(String oldest)
public void setLatest(String latest)
public void setCount(Integer count)
public void setInclusive(boolean inclusive)
public void setUnreads(boolean unreads)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.