Class AssistantThreadsSetTitleRequest
java.lang.Object
com.slack.api.methods.request.assistant.threads.AssistantThreadsSetTitleRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/assistant.threads.setTitle
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanChannel ID containing the assistant thread.Message timestamp of the thread of where to set the status.getTitle()The title to use for the thread.getToken()Returns a token in this request object.inthashCode()voidsetChannelId(String channelId) Channel ID containing the assistant thread.voidsetThreadTs(String threadTs) Message timestamp of the thread of where to set the status.voidThe title to use for the thread.voidUpdates the token in this request object.toString()
-
Method Details
-
builder
-
getToken
Description copied from interface:SlackApiRequestReturns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelId
Channel ID containing the assistant thread. -
getThreadTs
Message timestamp of the thread of where to set the status. -
getTitle
The title to use for the thread. -
setToken
Description copied from interface:SlackApiRequestUpdates the token in this request object.The default implementation throws
UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
Channel ID containing the assistant thread. -
setThreadTs
Message timestamp of the thread of where to set the status. -
setTitle
The title to use for the thread. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-