public class ConversationsRepliesRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsRepliesRequest.ConversationsRepliesRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsRepliesRequest.ConversationsRepliesRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Conversation ID to fetch thread from.
|
String |
getCursor()
Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute
returned by a previous request's `response_metadata`.
|
String |
getLatest()
End of time range of messages to include in results.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getOldest()
Start of time range of messages to include in results.
|
String |
getToken()
Authentication token.
|
String |
getTs()
Unique identifier of a thread's parent message.
|
int |
hashCode() |
boolean |
isInclusive()
Include messages with latest or oldest timestamp in results only when either timestamp is specified.
|
void |
setChannel(String channel)
Conversation ID to fetch thread from.
|
void |
setCursor(String cursor)
Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute
returned by a previous request's `response_metadata`.
|
void |
setInclusive(boolean inclusive)
Include messages with latest or oldest timestamp in results only when either timestamp is specified.
|
void |
setLatest(String latest)
End of time range of messages to include in results.
|
void |
setLimit(Integer limit)
The maximum number of items to return.
|
void |
setOldest(String oldest)
Start of time range of messages to include in results.
|
void |
setToken(String token)
Authentication token.
|
void |
setTs(String ts)
Unique identifier of a thread's parent message.
|
String |
toString() |
public static ConversationsRepliesRequest.ConversationsRepliesRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic boolean isInclusive()
public String getTs()
public String getCursor()
public Integer getLimit()
public String getChannel()
public String getOldest()
public String getLatest()
public void setToken(String token)
public void setInclusive(boolean inclusive)
public void setTs(String ts)
public void setCursor(String cursor)
public void setLimit(Integer limit)
public void setChannel(String channel)
public void setOldest(String oldest)
public void setLatest(String latest)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.