Class ConversationsRepliesRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsRepliesRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.replies
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanConversation ID to fetch thread from.Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`.End of time range of messages to include in results.getLimit()The maximum number of items to return.Start of time range of messages to include in results.getToken()Authentication token.getTs()Unique identifier of a thread's parent message.inthashCode()booleanReturn all metadata associated with this message.booleanInclude messages with latest or oldest timestamp in results only when either timestamp is specified.voidsetChannel(String channel) Conversation ID to fetch thread from.voidPaginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`.voidsetIncludeAllMetadata(boolean includeAllMetadata) Return all metadata associated with this message.voidsetInclusive(boolean inclusive) Include messages with latest or oldest timestamp in results only when either timestamp is specified.voidEnd of time range of messages to include in results.voidThe maximum number of items to return.voidStart of time range of messages to include in results.voidAuthentication token.voidUnique identifier of a thread's parent message.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `conversations:history`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
isInclusive
public boolean isInclusive()Include messages with latest or oldest timestamp in results only when either timestamp is specified. -
getTs
Unique identifier of a thread's parent message. -
getCursor
Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail. -
getLimit
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached. -
getChannel
Conversation ID to fetch thread from. -
getOldest
Start of time range of messages to include in results. -
getLatest
End of time range of messages to include in results. -
isIncludeAllMetadata
public boolean isIncludeAllMetadata()Return all metadata associated with this message. -
setToken
Authentication token. Requires scope: `conversations:history`- Specified by:
setTokenin interfaceSlackApiRequest
-
setInclusive
public void setInclusive(boolean inclusive) Include messages with latest or oldest timestamp in results only when either timestamp is specified. -
setTs
Unique identifier of a thread's parent message. -
setCursor
Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail. -
setLimit
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached. -
setChannel
Conversation ID to fetch thread from. -
setOldest
Start of time range of messages to include in results. -
setLatest
End of time range of messages to include in results. -
setIncludeAllMetadata
public void setIncludeAllMetadata(boolean includeAllMetadata) Return all metadata associated with this message. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-